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

disable expo autolink if sdk < 50

This commit is contained in:
sunnylqm
2025-04-16 23:42:58 +08:00
parent 905413e424
commit 2978454298
5 changed files with 183 additions and 7619 deletions

View File

@@ -1,9 +1,10 @@
{
"name": "react-native-update",
"version": "10.28.4",
"version": "10.28.5",
"description": "react-native hot update",
"main": "src/index",
"scripts": {
"postinstall": "node scripts/check-expo-version.js",
"prepack": "yarn submodule && yarn lint",
"lint": "eslint \"src/*.@(ts|tsx|js|jsx)\" && tsc --noEmit",
"submodule": "git submodule update --init --recursive",