LiuFeiFei

Results 6 comments of LiuFeiFei

因为你同时存在俩 BlurView , 导致闪退, 我的父页面存在一个Blur, 子页面也使用了一个. 然后跳转子页面就GG

同问,手动添加了RCTJCoreModule.xcodeproj和RCTJPushModule.xcodeproj 将.a文件添加了,但是又报'React/RCTBridge.h' file not found,什么鬼东西 +1

目前我的问题已经解决,略微分享一下(踩坑大集合): 1.首先明确的问题是 手动还是pod install 的选择问题, 两个我认为还不要同时使用, 会出现 @cxt19951016 你出现的问题, 我怀疑是库文件导入以后, 两种导入方式,让头文件冲突造成的. 2.由于我确实使用了cocoapods, 难免不去使用 pod install, 所以还是要使用 pod 方式自动集成. 3.由于我的podfile文件中, 用到swift 相关的三方库, 因此全局编译的pod 均为 framework 方式 , (use_frameworks ! 问题), 不过目前极光RN版本的...

![image](https://user-images.githubusercontent.com/17537100/197722332-03699489-8495-41f6-bf54-021a8d61502d.png) 我们这边遇到的问题是. 数据加载后,x先在0的位置, 后又位移一定数值, 主要原因还是 componentDidUpdate不断调用 我这边粗暴处理了 SegmentedBar.js中添加 ![image](https://user-images.githubusercontent.com/17537100/197722931-196ba2e3-4453-4fe7-84f9-c3d784e4a269.png) ![image](https://user-images.githubusercontent.com/17537100/197723153-3a0502e9-8121-4068-ac76-d1e2e66d323b.png) 组件使用: ![image](https://user-images.githubusercontent.com/17537100/197723382-0dd645cb-f319-4a61-908e-a1cb1b28120f.png)

Xcode 9.4.1 can not work. 😶