Skip to content

Latest commit

 

History

History
78 lines (61 loc) · 3.45 KB

README.md

File metadata and controls

78 lines (61 loc) · 3.45 KB

mvp structure

🍍 Pineapple ReactNative template

🐸 Dependencies

👨‍💻 Development dependencies

🙈 Setup

Main branch

  1. Install dependencies & pods
npm i && cd ios && pod install
  1. Build a project with XCode or Android Studio
  2. Make some coffee while project is building☕️
  3. Run Metro bundler (if it's not opened yet) and run an application

Core branch

  1. Create a new project with TypeScript template:
npx react-native init AwesomeTSProject --template react-native-template-typescript
  1. Move the files from this repository to a project we just created
  2. Configure splash screen for iOS & Android
  3. Configure react-navigation
  4. Configure Reanimated 2 for Android
  5. Install dependencies
  6. Install pods
  7. Build a project with XCode or Android Studio

🐛 Debug

This template is integrated with Flipper to debug an application

Flipper plugins

📚 Useful resources

alt text alt text

If you have any suggestions or questions feel free to make a Pull Request or contact us!

Run by

OmiSoft

License

ReactNative PineApple Template is released under the MIT license.
See the LICENSE for details.