Skip to content

Commit

Permalink
Merge pull request #1 from bamlab/update-expo-sdk-51
Browse files Browse the repository at this point in the history
update plugin to expo sdk 51
  • Loading branch information
vicprz authored May 30, 2024
2 parents 986937c + 2a794ac commit 43cce3f
Show file tree
Hide file tree
Showing 2 changed files with 3,802 additions and 2,332 deletions.
20 changes: 15 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bam.tech/react-native-keyevent-expo-config-plugin",
"version": "1.0.51",
"version": "1.0.52",
"description": "Config plugin to auto configure react-native-keyevent on prebuild",
"main": "build/withReactNativeKeyevent.js",
"types": "build/withReactNativeKeyevent.d.ts",
Expand All @@ -23,14 +23,24 @@
"build",
"app.plugin.js"
],
"author": "Scott Pritchard",
"contributors": [
{
"name": "Scott Pritchard"
},
{
"name": "Thomas Renaud"
},
{
"name": "Victor Perez"
}
],
"devDependencies": {
"expo-module-scripts": "^3.4.1"
"expo-module-scripts": "^3.5.2"
},
"peerDependencies": {
"expo": "^50.0.0"
"expo": "^51.0.9"
},
"dependencies": {
"@expo/config-plugins": "^7.8.4"
"@expo/config-plugins": "~8.0.0"
}
}
Loading

0 comments on commit 43cce3f

Please sign in to comment.