UNPKG

emma-react-native-sdk

Version:

React Native EMMA SDK libs and examples

14 lines (12 loc) 345 B
const path = require('path'); module.exports = { dependency: { platforms: { ios: { podspecPath: path.join(__dirname, 'emma-react-native-sdk.podspec') }, android: { packageImportPath: 'import io.emma.reactnative.EmmaReactNativePackage;', packageInstance: 'new EmmaReactNativePackage()', }, }, }, };