Sample project with ATInternet SDK integration for React-Native.
-
Copy debug.keystore file and past it to TestRNApp/android/app directory.
-
Set up from project root:
cd TestRNApp && npm install && cd ios && pod install
-
Launch from TestRNApp directory:
react-native run-ios
react-native run-android