react-native问题汇总
1.ExceptionsManager.js:63 One of the sources for assign has an enumerable key on the prototype chain. Are you trying to assign a prototype property? We don't allow it, as this is an edge case that we do not support. This error is a performance optimization and not spec compliant.
navigator.push({component:one,params:data}) 问题出在data参数上
react-native正式包闪退原因之一(android) 执行命令
mkdir -p android/app/src/main/assets
$ react-native bundle --platform android --dev false --entry-file index.android.js \
--bundle-output android/app/src/main/assets/index.android.bundle \
--assets-dest android/app/src/main/res/
(ios)
mkdir
ios/bundle
react-native bundle --platform ios --assets-destios/bundle
--dev false --entry-file index.ios.js --bundle-outputios/bundle/
main.jsbundle
生活本就不容易,当你生活容易时,肯定有人替你承担了你的那份不容易