datvp
datvp
how you fix it @dnlfrst ?
I simply use `git_add` and it failed I think it's because fastlane run inside `android/` or `ios/` cause the problem
@dnlfrst for me `git_add` is ok for files inside `android/` or `ios/` corresponse to which lane it is running, but it cannot add file inside `src/` folder my project is...
Same error @idortulov Can only install with `yarn`
try to enable this permission `Settings app > Other permissions > Display pop-up windows while running in the background` this fixed in my case, Xiaomi 11 phone
@TylerJackson please refer [this comment](https://github.com/software-mansion/react-native-reanimated/issues/4712#issuecomment-1632433278) Remove `_JAVA_OPTIONS` in cimg/android on circleci and it works now
> 我也遇到这个问题最终解决了 > > Android gradle plugin: 7.2.1 Gradle: 7.3.3 "react": "18.1.0", "react-native": "0.70.6", "react-native-reanimated": "^3.0.0-rc.8" 原因: /android/rn/node_modules/react-native/ReactAndroid/build/intermediates/library_jni/debug/jni/arm64-v8a目录没有*.so 所以报上面错误 > ## 解决: > 去掉gradle优化 > #org.gradle.parallel=true > > 经过:创建空项目运行正常,项目进行对比发现开启了org.gradle.parallel=true 去掉后编译成功...
This is a good reference https://www.callstack.com/blog/ssl-pinning-in-react-native-apps
still not working on Android 11, RN callkeep v4.3.6 which already includes [5e465fa](https://github.com/react-native-webrtc/react-native-callkeep/commit/5e465fa776094091792d0bcd1c50f8dc70c9b217)