react-native-redux-FeInn icon indicating copy to clipboard operation
react-native-redux-FeInn copied to clipboard

🚀 react native redux FeInn 从零到1让你学会搭建一个APP

Results 9 react-native-redux-FeInn issues
Sort by recently updated
recently updated
newest added

使用IOS工程时 Unable to resolve module LinkedStateMixin 总是卡在这里,,,求赐教

![qq](https://user-images.githubusercontent.com/27989303/30416667-a6e723ee-995f-11e7-98e9-fccdb0c17177.png)

![qq 20170313140816](https://cloud.githubusercontent.com/assets/17665805/23843431/a1e406c8-07f6-11e7-9991-e65122a37bc4.png)

后续有没有考虑做RN新版本的兼容呢?

run-android报没有签名文件

定义的组件名称中的首字线为大写,为什么在其他js中引用时要用小写开头呢?例:ActionTypes.js, 在其他js中引用时竟然写成了import \* as types from './actionTypes';害得我按照解决步骤弄了多次仍旧没有解决,最后静下心来看问题,才解决,改了好多个js文件。

``` constructor (props){ super(props); DeviceEventEmitter.addListener('keyboardWillShow', this.keyboardWillShow.bind(this)); DeviceEventEmitter.addListener('keyboardWillHide', this.keyboardWillHide.bind(this)); } keyboardWillShow (e){ this.commentView && this.commentView.setNativeProps({ style: { height: commentHeight - e.endCoordinates.height } }) } keyboardWillHide (){ this.commentView && this.commentView.setNativeProps({ style: {...

删掉当前node_modules 重装依赖 `rm -rf node_modules && npm i` 可能会出现以下的问题 1 : camera 依赖包问题 ![image](https://cloud.githubusercontent.com/assets/9276376/16295869/e4b6fe7a-395b-11e6-8f46-e93440cdd6c1.png) 解决方案, 重新`$rnpm link`一次, 然后关闭服务,再npm start 最后重新编译一次 2: react-native run android error ![image](https://cloud.githubusercontent.com/assets/9276376/16326480/8ad77486-39f9-11e6-8d66-1c3d1832ae82.png) Try to go in...