@config-plugins/react-native-branch
Version:
Config plugin to auto configure react-native-branch on prebuild
38 lines (37 loc) • 985 B
JSON
{
"name": "@config-plugins/react-native-branch",
"version": "10.0.0",
"description": "Config plugin to auto configure react-native-branch on prebuild",
"author": "650 Industries, Inc.",
"license": "MIT",
"homepage": "https://docs.expo.dev/versions/latest/sdk/branch/",
"main": "build/withBranch.js",
"types": "build/withBranch.d.ts",
"sideEffects": false,
"files": [
"android",
"app.plugin.js",
"build",
"expo-module.config.json",
"ios"
],
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"lint": "expo-module lint",
"test": "expo-module test",
"prepare": "expo-module prepare",
"prepublishOnly": "expo-module prepublishOnly",
"expo-module": "expo-module"
},
"keywords": [
"expo",
"react-native",
"react-native-branch"
],
"peerDependencies": {
"expo": "^53"
},
"upstreamPackage": "react-native-branch",
"gitHead": "2387fa9bd7b21e7d1f0b7269145c04cfe4f1ba55"
}