1:Cannot read property 'setNativeProps' of undefined
code2.png
code1.png
native.png
原因:native-base封装的text组件会导致丢失this指针
解决:改成react-native 的text
1:Cannot read property 'setNativeProps' of undefined
原因:native-base封装的text组件会导致丢失this指针
解决:改成react-native 的text