React Native project
Unit testing with Jest and React Native Testing Library
- Ensure your machine has the React Native dependencies installed
# Install dependencies
yarn install && ( cd ios && pod install )
# Start in the iOS Simulator
npx react-native run-ios --simulator="iPhone 11"
# Start in the Android Simulator
# - Note: open Android Studio > Tools > AVD > Run a device
# - Example device specs: https://medium.com/pvtl/react-native-android-development-on-mac-ef7481f65e47#d5da
npx react-native run-android