javascript - React Native - React.createElement 不是函数
<p><p>我想我会看到 React Native 的全部内容,所以我按照说明 <a href="https://facebook.github.io/react-native/docs/getting-started.html#content" rel="noreferrer noopener nofollow">here</a>甚至无法让开箱即用的项目正常运行。 Chrome 开发工具会抛出各种错误。这是模拟器中显示的堆栈跟踪,还有其他人遇到过吗?</p>
<p> <img src="/image/2urE7.png" alt="React.createElement is not a function"/> </p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>这里可能发生的情况似乎是您将项目命名为“React”。 CLI 将“SampleApp”一词替换为您在它生成的示例文件中指定的名称。</p>
<p>这是这里的原始文件:<a href="https://github.com/facebook/react-native/blob/master/Examples/SampleApp/index.ios.js" rel="noreferrer noopener nofollow">https://github.com/facebook/react-native/blob/master/Examples/SampleApp/index.ios.js</a>您可以在文件中所有“React”的几个地方看到它的“SampleApp”。</p>
<p>这真的不是你的错,CLI 只是需要更聪明一点,并且不允许有人创建名为“React”的项目。 :)</p></p>
<p style="font-size: 20px;">关于javascript - React Native - React.createElement 不是函数,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/30386604/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/30386604/
</a>
</p>
页:
[1]