-
Notifications
You must be signed in to change notification settings - Fork 25.2k
Missing piece in upgrade guide to 0.59 #23949
Copy link
Copy link
Closed
Labels
Resolution: FixedA PR that fixes this issue has been merged.A PR that fixes this issue has been merged.Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.Type: DocsIssues concerning the docs are tracked elsewhere: https://github.com/facebook/react-native-websiteIssues concerning the docs are tracked elsewhere: https://github.com/facebook/react-native-website
Metadata
Metadata
Assignees
Labels
Resolution: FixedA PR that fixes this issue has been merged.A PR that fixes this issue has been merged.Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.Type: DocsIssues concerning the docs are tracked elsewhere: https://github.com/facebook/react-native-websiteIssues concerning the docs are tracked elsewhere: https://github.com/facebook/react-native-website
Type
Fields
Give feedbackNo fields configured for issues without a type.
Local development builds fail with
targetSdkVersion28 because starting from Android 9, clearText support is disabled (https://developer.android.com/training/articles/security-config#CleartextTrafficPermitted). It is not mentioned anywhere in the docs, maybe we could include it somewhere?To make sure the app is able to communicate with metro bundler, you need to add
android:usesCleartextTraffic="true"to your AndroidManifest.xml file so it should finally look something like:If you don't add this, your app would build and launch but would fail with the following screen: