1.1.39 • Published 3 years ago
react-native-ondemand-sdk v1.1.39
react-native-ondemand-sdk
Getting started
$ npm install react-native-ondemand-sdk --save
Mostly automatic installation
$ react-native link react-native-ondemand-sdk
Manual installation
iOS
- In XCode, in the project navigator, right click
Libraries
➜Add Files to [your project's name]
- Go to
node_modules
➜react-native-ondemand-sdk
and addRNOndemandSdk.xcodeproj
- In XCode, in the project navigator, select your project. Add
libRNOndemandSdk.a
to your project'sBuild Phases
➜Link Binary With Libraries
- Run your project (
Cmd+R
)<
Android
- Open up
android/app/src/main/java/[...]/MainApplication.java
- Add
import com.reactlibrary.RNOndemandSdkPackage;
to the imports at the top of the file - Add
new RNOndemandSdkPackage()
to the list returned by thegetPackages()
method
- Append the following lines to
android/settings.gradle
:include ':react-native-ondemand-sdk' project(':react-native-ondemand-sdk').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-ondemand-sdk/android')
- Insert the following lines inside the dependencies block in
android/app/build.gradle
:compile project(':react-native-ondemand-sdk')
Windows
- In Visual Studio add the
RNOndemandSdk.sln
innode_modules/react-native-ondemand-sdk/windows/RNOndemandSdk.sln
folder to their solution, reference from their app. - Open up your
MainPage.cs
app
- Add
using Ondemand.Sdk.RNOndemandSdk;
to the usings at the top of the file - Add
new RNOndemandSdkPackage()
to theList<IReactPackage>
returned by thePackages
method
Usage
import RNOndemandSdk from 'react-native-ondemand-sdk';
// TODO: What to do with the module?
RNOndemandSdk;
1.1.29
3 years ago
1.1.28
3 years ago
1.1.30
3 years ago
1.1.34
3 years ago
1.1.33
3 years ago
1.1.32
3 years ago
1.1.31
3 years ago
1.1.38
3 years ago
1.1.37
3 years ago
1.1.36
3 years ago
1.1.35
3 years ago
1.1.39
3 years ago
1.1.9
3 years ago
1.1.8
3 years ago
1.1.7
3 years ago
1.1.6
3 years ago
1.1.5
3 years ago
1.1.4
3 years ago
1.1.12
3 years ago
1.1.11
3 years ago
1.1.10
3 years ago
1.1.16
3 years ago
1.1.15
3 years ago
1.1.14
3 years ago
1.1.13
3 years ago
1.1.19
3 years ago
1.1.18
3 years ago
1.1.17
3 years ago
1.1.23
3 years ago
1.1.22
3 years ago
1.1.21
3 years ago
1.1.20
3 years ago
1.1.27
3 years ago
1.1.26
3 years ago
1.1.25
3 years ago
1.1.24
3 years ago
1.1.3
3 years ago
1.1.2
3 years ago
1.1.1
3 years ago
1.1.0
3 years ago
1.0.9
3 years ago
1.0.8
3 years ago
1.0.7
3 years ago
1.0.6
3 years ago
1.0.3
3 years ago
1.0.2
3 years ago
1.0.1
3 years ago
1.0.0
3 years ago