[bare-expo] Change `cleartextTrafficPermitted` setting (#15381)# Why During `expo-dev-client` QA, I noticed that I wasn't able to connect to any application due to a cleartext traffic error on A
[bare-expo] Change `cleartextTrafficPermitted` setting (#15381)# Why During `expo-dev-client` QA, I noticed that I wasn't able to connect to any application due to a cleartext traffic error on Android 11+. This setting is by default set to true in react-native projects. # Test Plan - dev-client in bare-expo is now working on Android 11+ ✅
show more ...
[ci] Fix broken workflows (#13931)# Why fix ci broken # How the broken on ios relates to cocoapods with `incremental_installation` which `installer.pod_project` might be nil if no new proj
[ci] Fix broken workflows (#13931)# Why fix ci broken # How the broken on ios relates to cocoapods with `incremental_installation` which `installer.pod_project` might be nil if no new project generated. the broken on android: - [detox] upgrade detox to 18.20.1 to support RN 0.64 - [detox] allow local server cleartext traffic that i disallowed from release build during RN upgrade - [detox] fix building error with react-native-screens - [react-native] cherry-pick upstream patch which prevent *.so not packed in aar. # Test Plan ci passed