react-native-redux-FeInn
react-native-redux-FeInn copied to clipboard
🚀 react native redux FeInn 从零到1让你学会搭建一个APP
使用IOS工程时 Unable to resolve module LinkedStateMixin 总是卡在这里,,,求赐教
这个是报错的图片


后续有没有考虑做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 依赖包问题  解决方案, 重新`$rnpm link`一次, 然后关闭服务,再npm start 最后重新编译一次 2: react-native run android error  Try to go in...