New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

ngcash-tapjoy-react-native-sdk

Package Overview
Dependencies
Maintainers
0
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngcash-tapjoy-react-native-sdk

ReactNative Plugin for Tapjoy SDK

latest
npmnpm
Version
14.2.3
Version published
Maintainers
0
Created
Source

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.

Module Development

Setup Environment

asdf install  #this command will install ruby, nodejs
  • Yarn install
npm install --global yarn
  • ios-deploy tool
brew install ios-deploy

Install Dependency

yarn bootstrap command will install all dependencies including pod dependency.

yarn bootstrap

Running Example

For iOS

yarn example ios

For Android

yarn example android

Javascript

./src/index.ts is the typescript module entry point.

iOS

You can find ./ios/TapjoyReactNativeSdk.swift and ./ios/TapjoyReactNativeSdk.m for the iOS bridge logic.

Android

You can find ./android/src/main/java/com/tapjoy/tapjoyreactnativesdk/TapjoyReactNativeSdkModule.kt for the Android bridge logic.

Debugging

Javascript

Press 'D' while the app is running. And select Debug with Chrome. Debug in Chrome inspector.

iOS

In Xcode, use Debug > Attach to Process feature

Android

In Android Studio, use Run > Attach Debugger to Android Process feature.

Integration Document

Tapjoy React Native SDK Integration Document.

Resources

Environment setup

https://reactnative.dev/docs/environment-setup

React Native iOS module

https://reactnative.dev/docs/native-modules-ios

React Native Android Doc

https://reactnative.dev/docs/native-modules-android

Keywords

react-native

FAQs

Package last updated on 17 Jan 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts