-
-
Notifications
You must be signed in to change notification settings - Fork 673
Closed
Labels
P1 high-priorityupstream: RNIssues related to an issue in React NativeIssues related to an issue in React Native
Description
We won't start real work on this until the upgrade to v0.62, #3782, is complete. Done!
Released 2020-07-06.
- Release announcement
- Changelog
- Upgrade guide (the diff doesn't look huge, and big chunks of it make sense at a glance!!)
Looks like we'll get:
- LogBox, a nice-looking new way to see errors, warnings, and logs
- Pressable, a new API that helps React Native apps' interactions seem more purely native
- Native Colors (PlatformColor, DynamicColorIOS), an API for grabbing system-defined colors from the native platform
- Dropping iOS 9 and Node.js 8 support. Both of these are fine; we're targeting iOS 10.3 (see top of
ios/Podfile
), and we're on Node 12 - Changed iOS LaunchScreen from
xib
tostoryboard
(we did this in Add splash screen for before React has started up #2756) - Flow v0.122 (see changelog)
Metadata
Metadata
Assignees
Labels
P1 high-priorityupstream: RNIssues related to an issue in React NativeIssues related to an issue in React Native