2016-08-14 68 views
5

我正在嘗試編譯react-native回購的主分支以提交PR。我下面的文檔https://facebook.github.io/react-native/docs/android-building-from-source.htmlReact-Native:要求未知模塊「react/lib/ReactPropTypesSecret」

但究竟做什麼,做文檔說,我得到的android以下錯誤:

Requiring unknown module "react/lib/ReactPropTypesSecret

而且iOS上運行提供了一種類似於一種錯誤:

Unable to resolve module react/lib/ReactPropTypesSecret from /Users/aakash/Projects/TestingPR/node_modules/react-native/Libraries/Utilities/deprecatedPropType.js: Unable to find this module in its module map or any of the node_modules directories under /Users/node_modules/react/lib/ReactPropTypesSecret

回答

12

如果將基於RN 0.28或更早版本的ReactNative-App升級到RN 0.30或更高版本,而不更新「react」包至少15.3,則會出現此問題0.0。

你試過這個嗎?

如果這不能解決你的問題,你應該提供你的package.json。

+2

謝謝,升級從15.2.1反應到15.3.0解決了這個問題。 –