Version: 6.12.2
Playground app
#
Running The ProjectIf you want to have a quick look around and test things out, you can run the playground app, bundled with this repo.
- Install dependencies via
npm install
(if you haven't already) andnpm run pod-install
(for iOS) - Run the playground project on Android and iOS
npm run start
to get the packager running in the terminal, leave it open- iOS: open
./playground/ios
in Xcode and run it - Android: open
./playground/android
in Android Studio and run it
- You can run tests if / when you need to (list of scripts available here). Before
you start changing things, make sure everything works.