/rn-macos

Primary LanguageJava

sandbox-rn

Overview

React Native Sandbox, created with npx react-native init.

Getting Started

nvm use
yarn install
bundle install
cd macos
bundle exec pod install

Android

Have an Android emulator running.

npx react-native run-android

iOS

npx react-native run-ios --project-path './macos' --scheme='sandbox-iOS' --simulator='iPhone 8'

MacOS

npx react-native run-macos

Testing

npm run test