You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library has native code, so it **does not work** with _Expo Go_ but it's fully compatible with [custom dev client](https://docs.expo.dev/development/getting-started/).
49
+
:::
50
+
40
51
</TabItem>
41
52
</Tabs>
42
53
@@ -51,14 +62,10 @@ This package supports [autolinking](https://github.com/react-native-community/cl
51
62
52
63
:::tip Pods update
53
64
54
-
Don't forget to re-install `pods`after adding the package and don't forget to re-assemble `android` and `ios` applications, since this library contains native code.
65
+
After adding the package don't forget to **re-install**`pods` and **re-assemble**`android` and `ios` applications, since this library contains native code.
55
66
56
67
:::
57
68
58
-
### Expo
59
-
60
-
This library has native code, so it does not work with _Expo Go_ but you can easily install it using a [custom dev client](https://docs.expo.dev/development/getting-started/).
61
-
62
69
## Adding provider
63
70
64
71
In order to use it you'll need to wrap your app with `KeyboardProvider` component.
This library has native code, so it **does not work** with _Expo Go_ but it's fully compatible with [custom dev client](https://docs.expo.dev/development/getting-started/).
49
+
:::
50
+
40
51
</TabItem>
41
52
</Tabs>
42
53
@@ -51,14 +62,10 @@ This package supports [autolinking](https://github.com/react-native-community/cl
51
62
52
63
:::tip Pods update
53
64
54
-
Don't forget to re-install `pods`after adding the package and don't forget to re-assemble `android` and `ios` applications, since this library contains native code.
65
+
After adding the package don't forget to **re-install**`pods` and **re-assemble**`android` and `ios` applications, since this library contains native code.
55
66
56
67
:::
57
68
58
-
### Expo
59
-
60
-
This library has native code, so it does not work with _Expo Go_ but you can easily install it using a [custom dev client](https://docs.expo.dev/development/getting-started/).
61
-
62
69
## Adding provider
63
70
64
71
In order to use it you'll need to wrap your app with `KeyboardProvider` component.
0 commit comments