Utilities for creating react native mobile apps based on the Salesforce Mobile SDK for iOS and Android


Keywords
mobilesdk, ios, android, react, salesforce, mobile, sdk
License
DSDP
Install
npm install forcereact@11.1.0

Documentation

CircleCI

SalesforceMobileSDK-Package

Repo for forceios/forcedroid/forcehybrid/forcereact and the sfdx plugin.

To get started do the following from the root directory

node ./install.js

To run forceios do

./ios/forceios.js

To run forcedroid do

./android/forcedroid.js

To run forcehybrid do

./hybrid/forcehybrid.js

To run forcereact do

./react/forcereact.js

To load the sfdx plugin from source do

sfdx plugins:link sfdx

To run the sfdx plugin do

sfdx mobilesdk:ios --help 
sfdx mobilesdk:android --help 
sfdx mobilesdk:hybrid --help 
sfdx mobilesdk:reactnative --help

To test forceios, forcedroid, forcehybrid, forcereact or the sfdx plugin do

./test/test_force.js

To npm pack forceios, forcedroid, forcehybrid, forcereact or the sfx plugin do

./pack/pack.js

To do a full release

./release/release.js