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
Template for React Native project based on typescript, mobx, react-navigation, reanimated, etc.
Make sure that you install latest react native cli: yarn global remove react-native-cli and yarn global add @react-native-community/cli.
Run npx react-native init YourProjectName --template https://github.com/Navipro70/react-native-full-template.git, replace YourProjectName with your name.
Run yarn pods and yarn ios or yarn android ๐๐๐
Some tips
After init don't forget to replace fonts at /assets/fonts with your real fonts, then run: npx react-native link and delete previous fonts from ios and android folders.