0.0.30 • Published 5 years ago
react-native-dream-service v0.0.30
react-native-dream-service
Getting started
$ npm install react-native-dream-service --save
Mostly automatic installation
$ react-native link react-native-dream-service
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-dream-serviceand addRNDreamService.xcodeproj - In XCode, in the project navigator, select your project. Add
libRNDreamService.ato your project'sBuild Phases➜Link Binary With Libraries - Run your project (
Cmd+R)<
Android
- Open up
android/app/src/main/java/[...]/MainActivity.java
- Add
import com.reactlibrary.RNDreamServicePackage;to the imports at the top of the file - Add
new RNDreamServicePackage()to the list returned by thegetPackages()method
- Append the following lines to
android/settings.gradle:include ':react-native-dream-service' project(':react-native-dream-service').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-dream-service/android') - Insert the following lines inside the dependencies block in
android/app/build.gradle:compile project(':react-native-dream-service')
Windows
- In Visual Studio add the
RNDreamService.slninnode_modules/react-native-dream-service/windows/RNDreamService.slnfolder to their solution, reference from their app. - Open up your
MainPage.csapp
- Add
using Dream.Service.RNDreamService;to the usings at the top of the file - Add
new RNDreamServicePackage()to theList<IReactPackage>returned by thePackagesmethod
Usage
import RNDreamService from 'react-native-dream-service';
// TODO: What to do with the module?
RNDreamService;0.0.30
5 years ago
0.0.29
5 years ago
0.0.28
5 years ago
0.0.20
5 years ago
0.0.21
5 years ago
0.0.22
5 years ago
0.0.23
5 years ago
0.0.24
5 years ago
0.0.25
5 years ago
0.0.17
5 years ago
0.0.18
5 years ago
0.0.19
5 years ago
0.0.26
5 years ago
0.0.27
5 years ago
0.0.15
5 years ago
0.0.16
5 years ago
0.0.13
5 years ago
0.0.14
5 years ago
0.0.12
5 years ago
0.0.11
5 years ago
0.0.10
5 years ago
0.0.9
5 years ago
0.0.8
5 years ago
0.0.7
5 years ago
0.0.6
5 years ago
0.0.5
5 years ago
0.0.4
5 years ago
0.0.3
5 years ago
0.0.2
5 years ago
0.0.1
5 years ago
1.0.0
5 years ago