ReactNative Plugin for Tapjoy SDK
Tapjoy React Native SDK
======================
React Native plugin for Tapjoy Offerwall SDK which supports Android & iOS platforms.
You can find the end user integration document here.
asdf for the runtime management.shell
asdf install #this command will install ruby, nodejs
`
- Yarn install
`shell
npm install --global yarn
`
- ios-deploy tool
`shell
brew install ios-deploy
`$3
yarn bootstrap command will install all dependencies including pod dependency.
`shell
yarn bootstrap
`
$3
For iOS
`shell
yarn example ios
`
For Android
`shell
yarn example android
`$3
./src/index.ts is the typescript module entry point.$3
You can find ./ios/TapjoyReactNativeSdk.swift and ./ios/TapjoyReactNativeSdk.m for the iOS bridge logic.$3
You can find ./android/src/main/java/com/tapjoy/tapjoyreactnativesdk/TapjoyReactNativeSdkModule.kt for the Android bridge logic.Debugging
$3
Press 'D' while the app is running. And select Debug with Chrome. Debug in Chrome inspector.$3
In Xcode, use Debug > Attach to Process feature$3
In Android Studio, use Run > Attach Debugger to Android Process` feature.