Skip to content

Latest commit

 

History

History
42 lines (22 loc) · 508 Bytes

File metadata and controls

42 lines (22 loc) · 508 Bytes

TrailheaDX 17 React Native talk sample app

iOS Screenshot iOS Screenshot

Project Setup

  1. git clone

git clone git@github.com:ivanbogdanov/thx17.git

  1. npm dependencies:
cd thx17
npm install

Run

  1. Open the project workspace in Xcode:

open ./ios/thx17.xcworkspace

  1. Start development server:

npm start

  1. Click Run in Xcode