Skip to content

Latest commit

 

History

History

react-native-app

This project was bootstrapped with Create React Native App.

Installation

In the project directory, run:

npm install

This installs the required node packages

Running

In the project directory, run:

expo start

This runs the metro bundler in development mode.
Open http://localhost:19002 to view the metro bundler in the browser.

From there you can run the app on Android and iOS devices and simulators.

Viewing the DOM

In order to view the DOM changes, install the React Native Debugger.
Note: you should install version 0.10.x of the debugger via:
brew update && brew cask install https://raw.githubusercontent.com/caskroom/homebrew-cask/b6ac3795c1df9f97242481c0817b1165e3e6306a/Casks/react-native-debugger.rb.

More Info on running the React Native Debugger can be found in the Getting Started Guide.

Learn More

You can learn more in the Learn the Basics documentation.