Open xgqfrms opened 5 years ago
https://developer.android.com/studio/run/emulator-commandline
https://www.telerik.com/blogs/launch-android-emulators-ios-simulators-command-line
https://flutter.dev/docs/get-started/install/macos#set-up-the-ios-simulator
https://flutter.dev/docs/get-started/install/macos#set-up-the-android-emulator
https://facebook.github.io/react-native/docs/running-on-simulator-ios
https://github.com/facebook/react-native/blob/master/scripts/run-android-emulator.sh
$ react-native run-ios
$ react-native run-android
# qrcode-reader-app
$ react-native init qrcode_reader_app
# iOS
$ cd qrcode_reader_app && react-native run-ios
# Open qrcode_reader_app\ios\qrcode_reader_app.xcodeproj in Xcode or run "xed -b ios"
# Hit the Run button
# Have an Android emulator running (quickest way to get started), or a device connected.
# Open Android Studio > AVD
# Android
$ cd qrcode_reader_app && react-native run-android
https://stackoverflow.com/questions/49045393/flutter-run-no-connected-devices
$ flutter devices
$ flutter run
$ flutter emulators
$ flutter run -d
pod install failed
https://egghead.io/courses/react-native-fundamentals
https://egghead.io/courses/react-testing-cookbook
https://egghead.io/courses/react-native-fundamentals
https://egghead.io/courses/react-flux-architecture-es6
https://egghead.io/courses/building-react-applications-with-idiomatic-redux
https://egghead.io/courses/getting-started-with-redux
https://egghead.io/courses/react-fundamentals
https://egghead.io/courses/manage-complex-state-in-react-apps-with-mobx
You will need node.js, the React Native command line tools, Watchman, and Android Studio.
$ npm install --save react react-native-cli
# test
$ react-native init AwesomeProject
$ cd AwesomeProject
$ react-native run-android
# OR
$ react-native run-ios
$ react-native start
iOS & CocoaPods bug
CocoaPods bug
https://cocoapods.org/
Installing required CocoaPods dependencies ? CocoaPods (https://cocoapods.org/) is not installed. It's necessary for iOS project to run correctly. Do you want to install it? Yes