Effective marketing automation is an essential part of successfully scaling and managing your business. Appboy empowers you to build better customer relationships through a seamless, multi-channel approach that addresses all aspects of the user life cycle Appboy helps you engage your users on an ongoing basis.
See our Technical Documentation for instructions on integrating Appboy into your React Native application.
cd AppboyProject/
npm install
Our sample app integrates the native Appboy iOS SDK through Cocoapods.
From the AppboyProject
directory:
sudo gem install cocoapods
cd ios/
pod install
cd ../
react-native run-ios
From the AppboyProject
directory:
react-native run-android