Skip to content

Latest commit

 

History

History
84 lines (43 loc) · 1.21 KB

File metadata and controls

84 lines (43 loc) · 1.21 KB

DreamHouse iOS 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. code contributions are welcome

Step-by-step Tutorial

iOS Screenshot

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