-
Notifications
You must be signed in to change notification settings - Fork 877
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
第四篇React-Native布局实战(二) 问题 #6
Comments
不好意思啊,这块需要更新下,正确命令如下: (2)需要关闭React packager命令行和模拟器,在xcode中重启项目 |
发现react-native-swiper的作者一直没有更新npm,而且即使用的他git仓库里面的也不行。找到一个老外fork的npm install react-native-swiper-fork --save,测试可用。 |
其实react-native-swiper 代码比较简单,可以修改后使用。公司内部我们都是自己修改后再使用,复杂的scrollView都是自己开发。 |
作者,你好,我也在这个地方发现了问题, |
突然发现楼上说的很对,我改成楼上的那个组件就没问题了,作业还是改了吧,不然对初学者太残忍了 |
刚刚给你修改了下react-native-swiper。 |
stackoverflow的意思是需要引入Dimensions API var Dimensions = require('Dimensions'); |
谢谢,作者666,持续关注了,希望能够尽快看到你的最后三章,看好你哦,
|
这里有个解决方法:
to
原因就是React Native现在包含Dimensions了。 |
图片轮播那里,横屏时,图片那一行右边空着,如何解决呢? |
(1)可以监听横屏,这个可以使用native api封装下。
|
抱歉老师, 新版本修复了, RN 更新频繁, 没有及时跟进. |
在安卓中使用swiper的时候,第一页可以显示,但是准备轮播第二页的时候,会出现错误。 |
您好,最近在学习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,错误依旧存在。
感谢。
The text was updated successfully, but these errors were encountered: