UNPKG

expo-branch

Version:

A unimodule wrapping react-native-branch, enabling its use in Expo managed workflow

45 lines (44 loc) 1.15 kB
{ "name": "expo-branch", "version": "6.4.0", "description": "A unimodule wrapping react-native-branch, enabling its use in Expo managed workflow", "main": "build/index.js", "types": "build/index.d.ts", "sideEffects": false, "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": [ "react-native", "expo", "expo-branch", "react-native-branch" ], "repository": { "type": "git", "url": "https://github.com/expo/expo.git", "directory": "packages/expo-branch" }, "bugs": { "url": "https://github.com/expo/expo/issues" }, "author": "650 Industries, Inc.", "license": "MIT", "homepage": "https://docs.expo.dev/versions/latest/sdk/branch/", "dependencies": { "react-native-branch": "5.0.0" }, "devDependencies": { "expo-module-scripts": "^3.0.0" }, "peerDependencies": { "expo": "*" }, "gitHead": "79607a7325f47aa17c36d266100d09a4ff2cc544" }