1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-10-31 21:33:12 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

feat: support for new architecture

This commit is contained in:
steven
2023-02-19 18:20:21 +08:00
parent 65a332b88a
commit e859900df6
34 changed files with 634 additions and 222 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "react-native-update",
"version": "8.1.0",
"version": "9.1.0",
"description": "react-native hot update",
"main": "lib/index.js",
"scripts": {
@@ -30,5 +30,14 @@
"homepage": "https://github.com/reactnativecn/react-native-pushy#readme",
"dependencies": {
"nanoid": "^3.3.3"
}
},
"codegenConfig": {
"libraries": [
{
"name": "RNUpdateSpec",
"type": "modules",
"jsSrcsDir": "lib"
}
]
}
}