react-native-salemove
v0.5.0
Published
A React Native wrapper for the SaleMove client library
Downloads
64
Keywords
Readme
A React Native wrapper for the SaleMove client library
Installation iOS
- Run
npm install react-native-salemove --save
in your project directory - Open your
ios
folder and make sure thecocoapods
are installed by runningpod --version
- Open
Podfile
and add the followingpod 'react-native-salemove', :path => '../node_modules/react-native-salemove'
andpod 'SalemoveSDK', :git => 'https://github.com/salemove/ios-bundle'
- Run
pod install
Demo
Please consider taking a look at the demo app where the integration is done