Add changelog for 0.74.0-rc.1

Summary: Changelog: [Internal]

Reviewed By: cipolleschi

Differential Revision: D54261247

fbshipit-source-id: 5f34372c8ccd2132f59c8369a820a5e877b2ec08
This commit is contained in:
Alex Hunt
2024-02-27 09:01:12 -08:00
committed by Facebook GitHub Bot
parent 15f0895b85
commit 3eaf9658a4
+14
View File
@@ -1,5 +1,19 @@
# Changelog
## v0.74.0-rc.1
### Added
- Warn with future command when using `npx react-native init` ([a6397afb7f](https://github.com/facebook/react-native/commit/a6397afb7f4279e70afa025fe6f9fa0b8e3de3fd) by [@byCedric](https://github.com/byCedric))
### Fixed
- Fix undefined props crash in FlatList ([e33767a36d](https://github.com/facebook/react-native/commit/e33767a36daf7901cb46854b6612dd52b0dbdeec) by [@dieguezz](https://github.com/dieguezz))
#### Android specific
- Do not crash on onJSBundleLoadedFromServer when fast-refreshing on bridgeless mode ([44e5bc9e2c](https://github.com/facebook/react-native/commit/44e5bc9e2c73235ba5d8bf0f5323181948e74197) by [@cortinico](https://github.com/cortinico))
## 0.74.0-rc0
### Breaking