A framework for building native apps with React. More information: https://reactnative.dev.
react-native init {{project_name}}
react-native start
react-native start --reset-cache
react-native run-android
react-native run-ios
release mode and start it on a connected Android device or emulator:react-native run-android --variant={{release}}
logkitty and print logs to stdout:react-native log-android
tail system.log for an iOS simulator and print logs to stdout:react-native log-ios