简书链接:分析reactnative源码实现各种js和原生的交互回调
文章字数:81,阅读全文大约需要1分钟
学习颜色属性

1
D:/test/back-ji/NativeView/node_modules/react-native/Libraries/Components/Button.js

java配置属性
com.facebook.react.uimanager.ViewProps
某些配置基类
com.facebook.react.uimanager.BaseViewManager
文本控件的实现
com.facebook.react.views.textinput.ReactTextInputManager
对应文本控件的js
D:/test/back-ji/NativeView/node_modules/react-native/Libraries/Components/TextInput/TextInput.js
师父领进门修行靠个人,我可是才学习react-native4天就就能自己觉悟看源码,别跟我说我跟谁学的,我都是自己领悟的。