Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 275 Bytes

File metadata and controls

32 lines (22 loc) · 275 Bytes

Example & Test app

Run using Expo

expo start

Run natively on iOS

Make sure the pods are installed:

cd ios
pod install
yarn ios

Run natively on Android

yarn android

Run on web (experimental)

yarn web