React-native + web monorepo with memory game example
- clone this repository
yarn install
- web:
yarn web:start
- iOS:
yarn ios:pods
&yarn ios:start
Mobile | Web |
---|---|
mobile-edited.mp4 |
Card-web.mov |
Development and build commands:
yarn android:metro
: Start the metro server for Android/iOSyarn android:start
: Start developing the Android appyarn android:studio
: Open the android app on Android Studioyarn ios:metro
: Start the metro server for Android/iOSyarn ios:start
: Start developing the iOS appyarn ios:pods
: Install iOS cocoapods dependenciesyarn ios:xcode
: Open the iOS app on XCodeyarn web:start
: Start developing the web appyarn web:build
: Create a production build of the web app