We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6509383 commit c33963eCopy full SHA for c33963e
docs/docs/fundamentals/installation.md
@@ -50,7 +50,7 @@ import { GestureHandlerRootView } from 'react-native-gesture-handler';
50
export default function App() {
51
return (
52
<GestureHandlerRootView>
53
- <ActuallApp />
+ <ActualApp />
54
</GestureHandlerRootView>
55
);
56
}
0 commit comments