Skip to content

Commit a7cc3bf

Browse files
Update docs/docs/fundamentals/installation.md
Co-authored-by: Kacper Kapuściak <[email protected]>
1 parent 74123d0 commit a7cc3bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/fundamentals/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ npx expo prebuild
7676

7777
#### Android
7878

79-
Android doesn't require any more steps, but keep in mind that if you want to use gestures in Modals you need to wrap Modal's content with `GestureHandlerRootView`:
79+
Setting up Gesture Handler on Android doesn't require any more steps. Keep in mind that if you want to use gestures in Modals you need to wrap Modal's content with `GestureHandlerRootView`:
8080

8181
```jsx
8282
import { Modal } from 'react-native';

0 commit comments

Comments
 (0)