0.1.0 • Published 8 years ago
react-native-navitia-sdk v0.1.0
RNNavitiaSDK 
React Native module for using Navitia SDK iOs & Android
Installation
- Run:
$ npm install react-native-navitia-sdk --save - For each platform (iOS/Android) you plan to use, follow one of the options for the corresponding platform.
Android
$ react-native link
iOS: With CocoaPods
$ react-native linkdoesn't work for iOS
- Add the following to your
Podfileand runpod update:
use_frameworks!
pod 'NavitiaSDK', '0.1'- Open the
YOUR_PROJECT_NAME.xcworkspace - Add
RNNavitiaSDK.handRNNavitiaSDK.mfromnode_modules/react-native-navitia-sdk/RNNavitiaSDK/in your project
0.1.0
8 years ago