从源

时间:2017-10-30 09:24:12

标签: react-native

我想从源代码构建React-Native以添加一些功能 但是,我很难理解它的文档以及对它运行测试。

我按照此处描述的所有步骤操作:https://facebook.github.io/react-native/docs/android-building-from-source.html

我的问题是:

  1. 如果我从主人安装而不是相同的源代码。我怎样才能做出改变并做出贡献?
  2. 尝试对此运行测试时出现以下错误。我怎样才能对它进行测试?
  3.   

    纱线试验v0.27.5
          $ jest
          没有发现任何测试       在C:\ Code \ ReactNative \ testingapp \ node_modules \ react-native
            检查了867个文件         testMatch: / __ tests __ / / * .js?(x),** /?(*。)(spec | test).js?(x) - 89匹配
            testPathIgnorePatterns:Libraries \ Renderer,\ node_modules \,\ website \,local-cli \ templates \    - 0马       模式: - 0匹配
          完成于20.16年。

    1. 为什么React-Native只能从Android源代码构建(源代码文档的构建在Android部分下)而不是iOS?我如何为iOS做出贡献并进行更改?

0 个答案:

没有答案