UNPKG

@ideem/zsm-react-native

Version:

ZSM React Native

18 lines (17 loc) 438 B
module.exports = { dependencies: { "@ideem/zsm-react-native": { platforms: { android: { sourceDir: "./android", manifestPath: "./android/src/main/AndroidManifest.xml", packageImportPath: "import com.useideem.zsm.reactnative;", packageInstance: "new ZSMPackage()", }, ios: { podspecPath: "./zsm-react-native.podspec", }, }, }, }, };