

Launch Expo app and on the main screen tap Scan QR Code. Get you phone and make sure it’s on the same WiFi network as your computer. That’s a QR code you need to scan with Expo mobile app to run the app on your phone. Once the development server is up and running, you’ll see this. Now, let’s follow the suggestion and execute these two commands to switch to the newly created directory and launch the development server: cd MyAmazingApp Now sit back and relax while it’s downloading and installing a bunch of packages. That’s all sounds great, right? Let’s try it out and create a new mobile app! GitHub - matsawyer/ios-emulator: docker container to mimic iOS simulator for xCode app deployments.
IOS EMULATOR APP FOR OSX 2017 INSTALL
That will install Create React Native App globally. docker container to mimic iOS simulator for xCode app deployments.


IOS EMULATOR APP FOR OSX 2017 PORTABLE
That means you don’t need to use Xcode or Android Studio, or write any native code, and it also makes your pure-JS project very portable because it can run in any native environment containing the Expo SDK. Expo SDKĮxpo SDK is a native-and-JS library which provides access to the device’s system functionality (things like the camera, contacts, local storage, and other hardware). All thanks to Expo and Create React Native App! What is ExpoĮxpo is a platform on top of React Native that lets web developers build truly native apps that work on both iOS and Android by writing them once in just JavaScript. Now you can build React Native apps on any platform including OS X, Windows, and Linux without having to install Xcode or Android Studio.
