react native 开发合集

背景:

"react": "16.3.1",

"react-native": "0.55.2",

1,打包iOS应用

https://github.com/crazycodeboy/RNStudyNotes/blob/master/React%20Native%E6%89%93%E5%8C%85%E5%8F%91%E5%B8%83App/React%20Native%E5%8F%91%E5%B8%83APP%E4%B9%8B%E6%89%93%E5%8C%85iOS%E5%BA%94%E7%94%A8/README.md React Native发布APP之打包iOS应用

实战命令 react-native bundle --entry-file index.js --platform ios --dev false --bundle-output release_ios/main.jsbundle --assets-dest release_ios/

在执行打包命令之前,我们需要先确保在我们项目的根目录有release_ios文件夹,没有的话创建一个

2, 在 2017 年学习 React + Redux 的一些建议(上篇)

source={img != null ? console.log('img3 = ' + img ) : require('../../images/launch.png')}

react-native-kai-fa-xiao-tips

React Native中 Back 键的攻坚实战

3, rn原理

深入源码探索 ReactNative 通信机制 腾讯Bugly

Native与Javascript通信原理

4, 实战遇到的issue:

 https://github.com/facebook/react-native/issues/19246   scrollTo function does not trigger onMomentumScrollBegin and onMomentumScrollEnd 

https://github.com/facebook/react-native/issues/4736  BackAndroid removeEventListener not removing listener

https://github.com/facebook/react-native/issues/11939  [Android] RefreshControl gesture conflicts with horizontal ScrollView gesture

5.生命周期 https://race604.com/react-native-component-lifecycle/

6, https://gist.github.com/kmagiera/883c991e613de681e137dd01a25ae58f  kmagiera/twitter.js   

你可能感兴趣的:(react native 开发合集)