react-native-salemove
v0.5.0
Published
A React Native wrapper for the SaleMove client library
Keywords
Readme
A React Native wrapper for the SaleMove client library
Installation iOS
- Run
npm install react-native-salemove --savein your project directory - Open your
iosfolder and make sure thecocoapodsare installed by runningpod --version - Open
Podfileand 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
