3.6.0 • Published 5 years ago
react-native-letote-sensors v3.6.0
react-native-letote-sensors
Getting started
$ npm install react-native-letote-sensors --save
Mostly automatic installation
$ react-native link react-native-letote-sensors
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-letote-sensorsand addRNSensors.xcodeproj - In XCode, in the project navigator, select your project. Add
libRNSensors.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.rnsensors.RNSensorsPackage;to the imports at the top of the file - Add
new RNSensorsPackage()to the list returned by thegetPackages()method
- Append the following lines to
android/settings.gradle:include ':react-native-letote-sensors' project(':react-native-letote-sensors').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-letote-sensors/android') - Insert the following lines inside the dependencies block in
android/app/build.gradle:compile project(':react-native-letote-sensors')
Windows
- In Visual Studio add the
RNSensors.slninnode_modules/react-native-letote-sensors/windows/RNSensors.slnfolder to their solution, reference from their app. - Open up your
MainPage.csapp
- Add
using Sensors.RNSensors;to the usings at the top of the file - Add
new RNSensorsPackage()to theList<IReactPackage>returned by thePackagesmethod
Usage
import RNSensors from 'react-native-letote-sensors';
// TODO: What to do with the module?
RNSensors;3.6.0
5 years ago
3.5.0
5 years ago
3.2.0
5 years ago
3.3.0
5 years ago
3.1.0
5 years ago
3.0.0
5 years ago
2.9.0
5 years ago
2.8.0
5 years ago
2.7.0
6 years ago
2.6.0
6 years ago
2.5.2
6 years ago
2.5.0
6 years ago
2.5.1
6 years ago
2.4.3
6 years ago
2.4.5
6 years ago
2.4.4
6 years ago
2.4.2
6 years ago
2.4.1
6 years ago
2.4.0
6 years ago
2.3.9
6 years ago
2.3.8
6 years ago
2.3.7
6 years ago
2.3.6
6 years ago
2.3.5
6 years ago
2.3.4
6 years ago
2.3.3
6 years ago
2.3.2
6 years ago
2.3.0
6 years ago
2.2.0
7 years ago
2.1.9
7 years ago
2.1.8
7 years ago
2.1.7
7 years ago
2.1.6
7 years ago
2.1.5
7 years ago
2.1.4
7 years ago
2.1.3
7 years ago
2.1.2
7 years ago
2.1.1
7 years ago
2.1.0
7 years ago
2.0.9
7 years ago
2.0.8
7 years ago
2.0.7
7 years ago
2.0.6
7 years ago
2.0.4
7 years ago
2.0.3
7 years ago
2.0.2
7 years ago
2.0.1
7 years ago
2.0.0
7 years ago
1.7.0
7 years ago
1.6.0
7 years ago
1.5.0
7 years ago
1.4.0
7 years ago
1.3.0
7 years ago
1.2.0
7 years ago
1.1.0
7 years ago
1.0.0
7 years ago