Skip to main content
Version: 8.5.0

Playground app

Running The Project#

If you want to have a quick look around and test things out, you can run the playground app, bundled with this repo.

  1. Install dependencies via yarn install (if you haven't already) and yarn pod-install (for iOS)
  2. Run the playground project on Android and iOS
    • yarn start to get the packager running in the terminal, leave it open
    • iOS: open ./playground/ios/playground.xcworkspace in Xcode and run it
    • Android: open ./playground/android in Android Studio and run it
  3. You can run tests if / when you need to (list of scripts available here). Before you start changing things, make sure everything works.
    - To easily run all tests in parallel `yarn test-all`