Skip to content

Affise React Native SDK

The Affise React Native SDK wraps the native Affise Android and iOS libraries and exposes them to JavaScript/TypeScript.

  • npm package: affise-attribution-lib (package.json:2)
  • Version: 1.7.8 (package.json:3)
  • Repository: affise/affise-mmp-sdk-react (package.json:45)
  • License: MIT (package.json:47)
  • Keywords: affise, react-native, ios, android (package.json:39-44)

From package.json:81-84:

  • react: *
  • react-native: *

The dependencies object is empty (package.json:162); only peer dependencies are required.

  • iOS Pod: affise-attribution-native (affise-attribution-native.podspec:7)
  • iOS native class: AffiseAttributionNative (ios/AffiseAttributionNative.swift:5-6)
  • Android namespace: com.affise.attribution.react (android/build.gradle:41)
  • Android native module name: AffiseAttributionNative (android/src/main/java/com/affise/attribution/react/AffiseAttributionNativeModule.kt:77)
  • JS reference: NativeModules.AffiseAttributionNative (src/native/NativeBasePlatform.ts:9)