-
Notifications
You must be signed in to change notification settings - Fork 5
Installation
Itgel G edited this page Jun 22, 2021
·
3 revisions
$ npm install react-native-erxes-sdk --save
or
$ yarn add react-native-erxes-sdk
$ react-native link react-native-erxes-sdk
platform :ios, '12.1'
use_frameworks!
use_modular_headers!
- use use_frameworks! in podfile
- disable Flipper in podfile.
import ErxesSdk from 'react-native-erxes-sdk';
ErxesSdk.init(
brandCode,
apiUrl,
organizationName,
email,
phone,
data,
comapnyData,
code,
);
//then start erxes
ErxesSdk.start();