Skip to content

Files

Latest commit

98dfb39 · Jul 12, 2023

History

History

example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jul 28, 2020
Jul 28, 2020
Aug 1, 2020
May 11, 2016
Jul 28, 2020
Jul 28, 2020
Jul 28, 2020
Jul 28, 2020
Jul 28, 2020
May 11, 2016
Jul 29, 2020
Jul 28, 2020
Jul 29, 2020
Jul 28, 2020
Jul 28, 2020
Aug 1, 2020
Aug 1, 2020
Jul 28, 2020
Jul 28, 2020
Jul 12, 2023

example

First install all dependencies by running yarn install.

To run the app on iOS:

  • Run cd ios/ && pod install
  • Run yarn react-native run-ios, or
  • Open example/ios/Test.xcworkspace in Xcode and hit the "Run" button

To run the app on Android:

  • Have an Android emulator running (quickest way to get started), or a device connected
  • yarn react-native run-android
  • You may need to run yarn start (more information about this here)