Skip to content

v0.31.0

Choose a tag to compare

@grabbou grabbou released this 05 Aug 11:17
· 33649 commits to main since this release

Thanks to 101 contributors who put 228 commits into this release!

Special thanks to @satya164 for writing these release notes!

General

Bugfixes

New features and enhancements

Android

Bugfixes

New features and enhancements

iOS

Bugfixes

  • Fix double completion callback in RCTJavascriptLoader (4aedcc7) - @javache
  • Wrap native module I18nManager with a new RCTI18nManager.js and fix current use of native module I18nManager (471ee87) - @MengjueW
  • Fix misusage of NSUInteger * in RCTImageStoreManager (f317b9f) - @jesseluo
  • Fix description of AlertIOS.prompt()'s parameter defaultValue. (f38d9a1) - @yueshuaijie
  • Provide correct initial value for AppState.currentState (68b0ce6) - @rigdern
  • Fix TextInput stack overflow when pasting text in multiline input with maxlength (23e087f) - @javache
  • Create a CSSLayout CocoaPods subspec that preserves the header directories (ee89ffc) - @ide
  • Fix RCTImageLoader's priority (ffb690f) - @nathanajah

New features and enhancements