Rn开发过程遇到的坑

2022-08-02,,

1、文字垂直居中:heightlineHeight要保持一致。
2、ios运行报Native module cannot be null.错误,注释./node_modules/react-native/Libraries/EventEmitter/NativeEventEmitter.js文件的invariant(nativeModule, 'Native module cannot be null.');代码。
3、组件浮动可设置position属性,有absoluterelative两种。absolute是根据父控件定位,脱离文档流;relative根据原先位置定位,不会脱离文档流。widthheight设置宽高,topleft属性设置偏离值。

本文地址:https://blog.csdn.net/itobot/article/details/107380888

《Rn开发过程遇到的坑.doc》

下载本文的Word格式文档,以方便收藏与打印。