react-native-expo-signed
Version:
An Expo config plugin for setting up code signing for Android and iOS builds during Expo prebuild.
34 lines (33 loc) • 763 B
JSON
{
"name": "react-native-expo-signed",
"version": "1.0.4",
"description": "An Expo config plugin for setting up code signing for Android and iOS builds during Expo prebuild.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/roshab007/react-native-expo-signed.git"
},
"files": [
"android.js",
"ios.js",
"index.js"
],
"author": "roshab007",
"license": "MIT",
"homepage": "https://github.com/roshab007/react-native-expo-signed",
"keywords": [
"expo",
"expo-plugin",
"config-plugin",
"react-native",
"android-signing",
"ios-signing",
"code-signing",
"eas-build",
"keystore",
"xcode"
],
"peerDependencies": {
"@expo/config-plugins": "*"
}
}