40
loading...
This website collects cookies to deliver better user experience
npm install -g expo-cli
expo init reactNativeStarter
npm start
(or yarn start
if that's your thing). Expo will now spit out a lot of info in the command line for you.Developer tools running on...
and copy the localhost address and paste it in your browser, you'll now have access to the very handy Expo developer tools. That screen will look like this, with the same QR code as the command line:<Text></Text>
elements. The app should update immediately without you having to do anything on your device.