Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 317 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 317 Bytes

RNStarter

A sample React Native app to supplement the following tutorials:

Starting the Project

Install packages:

npm install

iOS development

If you intend to work with iOS, you may need to navigate to the ios directory:

cd ios

And install additional packages:

pod install