React Native 0.74 - Yoga 3.0, Bridgeless New Architecture, and more
Today we're releasing React Native 0.74! This release adds Yoga 3.0, Bridgeless by default under the New Architecture, batched onLayout
updates (New Architecture), and Yarn 3 as the default package manager for new projects.
We are also removing deprecated APIs, with the removal of PropTypes
and breaking changes to PushNotificationIOS
. On Android, SDK 23 (Android 6.0) is now the minimum supported version.
Highlights
- Yoga 3.0
- New Architecture: Bridgeless by Default
- New Architecture: Batched
onLayout
Updates - Yarn 3 for New Projects