1.0.0-beta.14 • Published 6 years ago
react-native-ambeent v1.0.0-beta.14
react-native-ambeent
Getting started
$ npm install react-native-ambeent --save
Mostly automatic installation
$ react-native link react-native-ambeent
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-ambeentand addAmbeent.xcodeproj - In XCode, in the project navigator, select your project. Add
libAmbeent.ato 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 turknet.reactnative.AmbeentPackage;to the imports at the top of the file - Add
new AmbeentPackage()to the list returned by thegetPackages()method
- Append the following lines to
android/settings.gradle:include ':react-native-ambeent' project(':react-native-ambeent').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-ambeent/android') - Insert the following lines inside the dependencies block in
android/app/build.gradle:compile project(':react-native-ambeent')
Usage
import Ambeent from 'react-native-ambeent';
// TODO: What to do with the module?
Ambeent;1.0.1
6 years ago
1.0.0-beta.13
6 years ago
1.0.0-beta.14
6 years ago
1.0.0-beta.12
6 years ago
1.0.0-beta.11
6 years ago
1.0.0-beta.10
6 years ago
1.0.0-beta.9
6 years ago
1.0.0-beta.6
6 years ago
1.0.0-beta.7
6 years ago
1.0.0-beta.8
6 years ago
1.0.0-beta.4
6 years ago
1.0.0-beta.5
6 years ago
1.0.0-beta.3
6 years ago
1.0.0-beta.2
6 years ago
1.0.0-beta.1
6 years ago
1.0.0-alpha.9
6 years ago
1.0.0-alpha.8
6 years ago
1.0.0-alpha.7
6 years ago
1.0.0-alpha.6
6 years ago
1.0.0-alpha.5
6 years ago
1.0.0-alpha.4
6 years ago
1.0.0-alpha.3
6 years ago
1.0.0-alpha.2
6 years ago
1.0.0-alpha.1
6 years ago