Skip to content

Latest commit

 

History

History
80 lines (41 loc) · 1.12 KB

File metadata and controls

80 lines (41 loc) · 1.12 KB

Step by Step Tutorial for DreamHouse App (ReactNative + Salesforce MobileSDK).

iOS Screenshot iOS Screenshot

Attention: This is an experimental project published under ForceDotComLabs:

  1. work in progress
  2. we need your feedback
  3. not production-ready

Org and Data setup:

Follow installation instructions at dreamhouse micro-site

Project Setup

  1. npm dependencies:

npm install

  1. cocoapods dependencies:

pod install

  1. if RNPM is not yet installed:

npm install rnpm -g

  1. link dependencies:

rnpm link

Run

  1. Open the project workspace in Xcode:

open ./dreamhouse.xcworkspace

  1. Start development server:

npm start

  1. Click Run in Xcode

Running on device:

  1. Start:

npm start

  1. Choose dreamhouse copy target in Xcode and click Run