Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 613 Bytes

File metadata and controls

39 lines (25 loc) · 613 Bytes

Flags App

A minimal React Native 0.79.2 app with New Architecture enabled.

Prerequisites

  1. Follow the React Native environment setup guide for your platform before proceeding.

  2. In App.tsx, populate the constants at the top with your MIXPANEL_TOKEN AND FLAG_KEY

Install dependencies

npm install

iOS

Install Ruby gems and CocoaPods (first time only):

bundle install
cd ios
pod install

Run the app:

npm run ios

Android

Have an emulator running or a device connected, then:

npm run android