hoyong

导航

2019年8月7日 #

React Native: react-native-swiper: Cannot read property 'x' of undefined

摘要: Cannot read property 'x' of undefined Android device debugging is throw error Cannot read property 'x' of undefined,When I Debug JS Remotely to chrome 阅读全文

posted @ 2019-08-07 15:28 hoyong 阅读(712) 评论(0) 推荐(0)

React Native Warning处理

摘要: While using the life-cycle methods in react-native, I have encountered the following warning messages in the console as well as in the emulator: Warni 阅读全文

posted @ 2019-08-07 14:41 hoyong 阅读(358) 评论(0) 推荐(0)

npm 更新模块(转)

摘要: 1. 更新模块注意事项 更新模块只能往后面版本更新,不能往老的版本回滚更新。 比如先安装了 lodash 模块 3.9.* 版本,可以往后更新到 3.10.* 版本,但是不能往前更新回 3.8.* 版本。 更新模块只能更新到小版本号最新的那个版本,不能更新大版本号。 一个模块的版本号由三部分组成:大 阅读全文

posted @ 2019-08-07 14:33 hoyong 阅读(1792) 评论(0) 推荐(0)