有没有一种方法可以在不升级到rn 0.59的情况下获得对本机android应用程序的64位支持?

时间:2019-07-18 21:22:22

标签: react-native

首先感谢您在这里。 我将尽力解释我面临的问题: 如您所知,8月1日是第一天,对于不支持64位的应用,Google Play将停止接受应用的更新。

我已经看到,由于Android平台上更新了js-core版本,从react-native v.0.59开始,已经添加了64位支持。

作为,有可能在不更新react-native的情况下获得64位支持吗?如果是的话,应该怎么做?

我目前在本机0.55.0上运行, 我有多个与react-native链接的库 这是我的package.json:


"dependencies": {
    "@remobile/react-native-qrcode-local-image": "^1.0.4",
    "lodash": "^4.17.10",
    "native-base": "^2.3.3",
    "react": "^16.3.0-alpha.0",
    "react-native": "0.55.0",
    "react-native-actionsheet": "^2.4.2",
    "react-native-audio": "^4.2.2",
    "react-native-cached-image": "^1.4.3",
    "react-native-camera": "^1.1.2",
    "react-native-checkbox": "^2.0.0",
    "react-native-collapse-view": "^1.0.0",
    "react-native-confirmation-code-field": "^1.2.2",
    "react-native-custom-qr-codes": "^1.0.2",
    "react-native-devices": "^1.1.1",
    "react-native-enhanced-actionsheet": "^1.4.0",
    "react-native-fetch-blob": "^0.10.8",
    "react-native-gifted-chat": "^0.4.3",
    "react-native-google-places-autocomplete": "^1.3.6",
    "react-native-i18n": "^2.0.12",
    "react-native-iap": "^2.4.0-beta8",
    "react-native-image-picker": "^0.27.1",
    "react-native-image-resizer": "^1.0.0",
    "react-native-indicators": "^0.13.0",
    "react-native-keyboard-aware-scroll-view": "^0.6.0",
    "react-native-linear-gradient": "^2.4.0",
    "react-native-material-dropdown": "^0.11.1",
    "react-native-material-menu": "^0.4.1",
    "react-native-meteor": "github:ivan133/react-native-meteor#master",
    "react-native-modal": "^4.1.1",
    "react-native-modal-datetime-picker": "^6.0.0",
    "react-native-modalbox": "^1.6.0",
    "react-native-navigation": "github:pmogollons/react-native-navigation#master",
    "react-native-onesignal": "^3.2.5",
    "react-native-paper": "^2.11.0",
    "react-native-permissions": "^1.1.1",
    "react-native-phone-input": "^0.2.1",
    "react-native-photo-editor": "0.0.7",
    "react-native-prompt-android": "^0.3.3",
    "react-native-qrcode-scanner": "^1.0.1",
    "react-native-rn-cardview": "github:savkaoleg/react-native-cardview#master",
    "react-native-sentry": "^0.37.1",
    "react-native-slider": "github:savkaoleg/react-native-slider#master",
    "react-native-sms": "^1.8.0",
    "react-native-sound": "^0.10.9",
    "react-native-splash-screen": "^3.0.7",
    "react-native-svg": "^6.3.1",
    "react-native-swipeout": "^2.3.6",
    "react-native-unique-id": "^1.0.4",
    "react-native-vector-icons": "^4.5.0"
  },
  "devDependencies": {
    "babel-eslint": "^8.0.2",
    "babel-jest": "22.4.3",
    "babel-preset-react-native": "4.0.0",
    "eslint": "^4.13.1",
    "eslint-plugin-import": "^2.8.0",
    "eslint-plugin-jsx-a11y": "^6.0.2",
    "eslint-plugin-node": "^5.2.1",
    "eslint-plugin-promise": "^3.6.0",
    "eslint-plugin-react": "^7.6.1",
    "eslint-plugin-react-native": "^3.2.1",
    "eslint-plugin-standard": "^3.0.1",
    "jest": "22.4.3",
    "react-test-renderer": "^16.3.0-alpha.0",
    "reactotron-react-native": "^2.1.4"
  },
  "jest": {
    "preset": "react-native"
  }

此处是本机反应信息的输出:


Environment:
  OS: macOS 10.14.5
  Node: 10.15.0
  Yarn: 1.10.1
  npm: 6.4.1
  Watchman: 4.9.0
  Xcode: Xcode 10.2.1 Build version 10E1001
  Android Studio: 3.4 AI-183.6156.11.34.5522156

Packages: (wanted => installed)
  react: ^16.3.0-alpha.0 => 16.3.1
  react-native: 0.55.0 => 0.55.0

0 个答案:

没有答案