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
{{ message }}
This repository has been archived by the owner on Jan 5, 2022. It is now read-only.
npx react-native init example --template react-native-template-typescript
cp -r tmp/* example
rm -rf tmp
# uninstall @types/react-native
cd example && yarn remove @types/react-native
cd example && yarn add -D babel-plugin-module-resolver
# install react-navigation
cd example && yarn add @react-navigation/native
# install peer-dependencies
cd example && yarn add react-native-gesture-handler react-native-reanimated react-native-screens react-native-safe-area-context @react-native-community/masked-view