Skip to content

Latest commit

 

History

History
58 lines (48 loc) · 2.82 KB

README.md

File metadata and controls

58 lines (48 loc) · 2.82 KB

🍍 Pineapple RN 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