Sourced from react-native's releases.
0.68.4
Changed
- Bump version of
promisefrom 8.0.3 to 8.2.0, enablingPromise.allSettled(951538c080 by@retyui)- Bump react-native-codegen to 0.0.18 (40a3ae3613 by
@dmytrorykun)Android specific
- Correctly resolve classes with FindClass(..) (361b310bcc by
@evancharlton)Fixed
- Codegen should ignore
.d.tsfiles (0f0d52067c by@tido64)iOS specific
- Fix the way the orientation events are published (7d42106d4c by lbaldy)
You can participate in the conversation on the status of this release in this discussion
To help you upgrade to this version, you can use the upgrade helper ⚛️
You can find the whole changelog history in the changelog.md file
0.68.3
Changed
Android specific
- Let's not build reactnativeutilsjni shared library (af9225ec5f by
@SparshaSaha)- Modified getDefaultJSExecutorFactory method (87cfd386cb by
@KunalFarmah98)Fixed
- Use monotonic clock for performance.now() (114d31feee)
Android specific
- Logging a soft error when ReactRootView has an id other than -1 instead of crashing the app in hybrid apps (1ca2c24930 by
@Kunal-Airtel2022)
You can participate in the conversation on the status of this release in this discussion
... (truncated)
Sourced from react-native's changelog.
v0.68.4
Changed
- Bump version of
promisefrom 8.0.3 to 8.2.0, enablingPromise.allSettled(951538c080 by@retyui)- Bump react-native-codegen to 0.0.18 (40a3ae3613 by
@dmytrorykun)Android specific
- Correctly resolve classes with FindClass(..) (361b310bcc by
@evancharlton)Fixed
- Codegen should ignore
.d.tsfiles (0f0d52067c by@tido64)iOS specific
- Fix the way the orientation events are published (7d42106d4c by lbaldy)
v0.68.3
Changed
Android specific
- Let's not build reactnativeutilsjni shared library (af9225ec5f by
@SparshaSaha)- Modified getDefaultJSExecutorFactory method (87cfd386cb by
@KunalFarmah98)Fixed
- Use monotonic clock for performance.now() (114d31feee)
Android specific
- Logging a soft error when ReactRootView has an id other than -1 instead of crashing the app in hybrid apps (1ca2c24930 by
@Kunal-Airtel2022)
b55518c [0.68.4] Bump version numbers40a3ae3 Bump react-native-codegen to 0.0.18782e0bf Add support Promise.allSettled out of box (#34544)e22ed7d fix: Correctly resolve classes with FindClass(..) (#34533)4575ef5 Fix codegen trying to parse .d.ts files (#34439)4f7eb61 prevent from publishing dimensions change event when app changes state (#34014)36153e2 [0.68.3] Bump version numbersd2d244c [LOCAL] align pods version config with the rest of the repoaf9225e Let's not build reactnativeutilsjni shared library (#34345)4555fc7 Added additional builder method receiving arguments for using jsc or hermes t...