GoZa

Results 1 issues of GoZa

您好,最近在学习React Native时找到了您给的入门教程,衷心对您表示感谢。目前遇到一点困难,如果您有时间帮我解答一下,十分感谢。 根据教程中的内容step by step,在npm添加react-native-swiper之后(您教程中给出的安装命令是npm react-native-swiper --save,不是很理解,我改成了npm install react-native-swiper --save),在添加了var Slider = React.createClass({...})代码之后,刷新模拟器报错:requiring unkown module "react-timer-mixin "。随后我手动使用npm安装了react-timer-mixin,错误依旧存在。 感谢。