使用react-native init项目来响应本机太多问题

时间:2018-12-06 14:54:13

标签: react-native

几周前,我使用react-native举了一些例子。现在,当我再次尝试时,相同的项目正在出错。甚至几乎所有GitHub示例项目都给出了不同的错误。

有时错误是打印:输入,: CFBundleIdentifier,不存在,然后我可以使用XCode运行该项目,但是相同的代码在Android上不起作用。现在进行了一些升级后,出现错误App.js - Cannot read property 'bindings' of null

我需要了解为什么开始对原生语言反应如此之苦。我可以轻松在Expo上运行Project。

此外,需要知道哪种是开始响应本机应用程序开发的最佳方法。

以下是我的反应本机信息:

React Native Environment Info:
    System:
      OS: macOS 10.14.2
      CPU: (8) x64 Intel(R) Core(TM) i7-3615QM CPU @ 2.30GHz
      Memory: 28.59 MB / 8.00 GB
      Shell: 3.2.57 - /bin/bash
    Binaries:
      Node: 10.12.0 - /usr/local/bin/node
      Yarn: 1.10.1 - /usr/local/bin/yarn
      npm: 6.4.1 - /usr/local/bin/npm
      Watchman: 4.9.0 - /usr/local/bin/watchman
    SDKs:
      iOS SDK:
        Platforms: iOS 12.1, macOS 10.14, tvOS 12.1, watchOS 5.1
      Android SDK:
        API Levels: 26, 27
        Build Tools: 25.0.1, 25.0.2, 25.0.3, 26.0.0, 26.0.2, 27.0.3, 28.0.3
        System Images: android-19 | Google APIs Intel x86 Atom, android-25 | Google APIs Intel x86 Atom, android-27 | Google APIs Intel x86 Atom, android-O | Google APIs Intel x86 Atom
    IDEs:
      Android Studio: 3.2 AI-181.5540.7.32.5056338
      Xcode: 10.1/10B61 - /usr/bin/xcodebuild
    npmPackages:
      react: 16.0.0 => 16.3.2 
      react-native: ^0.57.7 => 0.56.0-rc.2 
    npmGlobalPackages:
      react-native-cli: 2.0.1
      react-native-git-upgrade: 0.2.7

1 个答案:

答案 0 :(得分:0)

未完全实现对Xcode 10的支持。这就是为什么您遇到: CFBundleIdentifier错误的原因。

您可以为此问题here

我在xcode 10.1上使用了此版本,并且运行良好:

"react": "16.6.0-alpha.8af6728",
"react-native": "0.57.4"