
React Native Blog
1,726 FOLLOWERS
Learn the new way of building native apps with JavaScript.
React Native Blog
1y ago
React Native v0.66.x released
v0.66.x on GitHub (npm) Release blog post Changelog v0.66.1 Fixed
For Android, general fixes to Appearance API and also fixes AppCompatDelegate.setDefaultNightMode(). For iOS, now works correctly when setting window.overrideUserInterfaceStyle (25a2c608f7 by @mrbrentkelly)
Android specific
Fix Android border positioning regression (d1a33cd139 by @oblador)
iOS specific
Fix for unable to find find-node.sh in react-native-xcode.sh script (cc59a7cbde by @garethknowles)
v0.66.0 Highlights
Hermes 0.9.0
This Hermes release is primarily about closing gap between He ..read more
React Native Blog
1y ago
v0.65.x on GitHub (npm) Release blog post Changelog v0.65.0 Highlights
Hermes 0.8.1. Please see the highlighted changes from its 0.8.0 and 0.8.1 release notes.
react-native-codegen version 0.0.7 is now needed as a devDependency in the package.json.
Breaking Changes iOS specific
Replace flipper_post_install with react_native_post_install hook. Will automatically detect if Flipper is enabled. (42dde12aac by @grabbou)
Added
Add onPressIn & onPressOut props to Text (1d924549ca by @adrienharnay)
Stabilize RootTagContext. And temporarily export both unstable_RootTagContext and RootTagContex ..read more
React Native Blog
2y ago
v0.64.x on GitHub (npm) Release blog post Changelog v0.64.0 Breaking
Enable inlineRequires by default in new projects' metro.config.js. Gives a performance benefit but slightly different JS execution order (959365a902 by @GantMan)
Minimum supported Node version changed to 12 (4b92e2e53d by @safaiyeh)
Remove deprecated CameraRoll API (deprecated in 0.61) (824d3a9770 by @seanyusa)
Remove deprecated CheckBox component (deprecated in 0.60) (dff17effe5 by @poteto)
Removed DEPRECATED_sendUpdatedChildFrames prop from ScrollView component (deprecated in 0.47) (345d0c1abb by @ZHUANGPP)
On Image, onLoa ..read more
React Native Blog
3y ago
v0.63.x on GitHub (npm) Release blog post Changelog v0.63.0 Breaking
The target field of events is now a native component, not a react tag (3b813cade1 by @TheSavior)
Modal: Remove support for animated prop (deprecated in 0.26) (1e9db7bd6d by @TheSavior)
Alert: Remove deprecated support for passing callback as fourth argument to Alert.prompt (deprecated in 0.59) (a26d622d04 by @TheSavior)
Switch: Remove support for thumbTintColor, tintColor, onTintColor props (deprecated in 0.57) (26912bd979 by @TheSavior)
Multiple deprecations and breaking changes to TextInputState. Use native component refs ..read more
React Native Blog
3y ago
v0.62.x on GitHub (npm)
Release blog post
Changelog
This major release includes Flipper support by default, improved dark mode support, moving Apple TV to react-native-tvos, and more. See the blog post for all of the highlights.
This release comes in the midst of a global pandemic. We’re releasing this version today to respect the work of hundreds of contributors who made this release possible and to prevent the release from falling too far behind master. Please be mindful of the reduced capacity of contributors to help with issues and prepare to delay upgrading if necessary.
If you're ..read more
React Native Blog
3y ago
Check out react-native doctor: it's a new command to troubleshoot and fix errors in your environment so you can spend more time building your apps! https://t.co/apjlaGTqF4 ..read more
React Native Blog
3y ago
React Native 0.61 with Fast Refresh is out. Upgrade today and get a feel for the game changing new reload mechanism. https://t.co/QwnBHlXtw2 ..read more
React Native Blog
3y ago
We are working on three phases in parallel. New NativeModules ("TurboModules") are rolling out to open source in early 2020. The new Renderer ("Fabric") will roll out in mid 2020 ..read more
React Native Blog
3y ago
v0.61.x on GitHub (npm)
Release blog post
Changelog
This is a major release that includes the new reloading experience Fast Refresh. It also removes the React .xcodeproj, fixes use_frameworks! for CocoaPods support, adds a useWindowDimensions hook, and upgrades to React 16.9.
Added
Add Fast Refresh by default (17f8e58 by @gaearon)
Add useWindowDimensions hook to replace most Dimensions usage (5ec382d by @sahrens)
Android specific
Add exception in .gitignore for debug.keystore to the android template. (d550256 by @bondehagen)
Add jitpack repository to template (1a92cf9 by @iyegoroff ..read more
React Native Blog
4y ago
v0.60.0 on GitHub (npm)
Release blog post
Changelog
This feature release of React Native includes many milestone changes for the platform. Please refer to the blog post for selected details. For upgrading users, some of the progress comes with breaking changes; manual intervention may be required for your app. We're also aware that existing CocoaPods integrations using use_frameworks are not out-of-the-box compatible with this version, but please consider various workarounds while we prepare a long-term solution for a future release. If you're interested in helping evaluate our next r ..read more