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
Copy file name to clipboardExpand all lines: docusaurus/docs/reactnative/basics/troubleshooting.mdx
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -351,6 +351,13 @@ Reanimated plugin has to be listed last.
351
351
352
352
### Blank screen on Android
353
353
354
+
:::caution
355
+
356
+
This step is only required for older version of (Reanimated 2).
357
+
If you are using version >=3.0.0, you can skip this step.
358
+
359
+
:::
360
+
354
361
If you are encountering errors on Android and the screen is blank it is likely you forgot to finish the [Reanimated 2 Android setup](https://docs.swmansion.com/react-native-reanimated/docs/fundamentals/installation/#android).
355
362
356
363
Ensure Hermes is enabled in `android/app/build.gradle`:
Copy file name to clipboardExpand all lines: docusaurus/reactnative_versioned_docs/version-3.x.x/basics/getting_started.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,7 @@ To be able to use the Stream Chat React Native SDK, a few dependencies must meet
108
108
109
109
:::info
110
110
111
-
`react-native-gesture-handler` requires the package to be imported at the **top of the entry file** before anything else, this is usually your `App.js` or `index.js` file.
111
+
`react-native-gesture-handler` requires the package to be imported at the **top of the entry file** before anything else, this is usually your `App.tsx` or `index.js` file.
v3requiresyoutoimportthegesturehandlerdependencyatthetopofyourapplication's entry file (usually your App.js or index.js) before any other dependencies:
73
+
v3requiresyoutoimportthegesturehandlerdependencyatthetopofyourapplication's entry file (usually your App.tsx or index.js) before any other dependencies:
0 commit comments