@config-plugins/react-native-branch
Version:
Config plugin to auto configure react-native-branch on prebuild
40 lines (39 loc) • 975 B
JSON
{
"name": "@config-plugins/react-native-branch",
"version": "11.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": "^54"
},
"upstreamPackage": "react-native-branch",
"dependencies": {
"glob": "^11.0.3"
}
}