Skip to content

bodiavaleur/pineapple

Repository files navigation

🍍 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