Skip to content

Releases: rescript-react-native/rescript-react-native

0.83.0

Choose a tag to compare

@Freddy03h Freddy03h released this 23 Apr 12:27
  • upgrade to @rescript/react@0.14.2 and react@19.2 for react-native@0.83
  • ImageBackground: add missing children prop #847 by @cknitt

0.82.1

Choose a tag to compare

@Freddy03h Freddy03h released this 10 Apr 18:54
  • revert to react 19.1 and rescript-react 0.14.1

0.82.0

Choose a tag to compare

@Freddy03h Freddy03h released this 10 Apr 18:44
  • add notUndefined attribute to Style.size type #843 by @Bushuo
  • Fixed #842 all components with record type props
  • Many bindings changes, following codex review #846
  • DOM Node APIs #844
  • upgrade to @rescript/react@0.14.2 and react@19.2 for react-native@0.82

0.81.0

Choose a tag to compare

@Freddy03h Freddy03h released this 04 Feb 22:02
  • deprecate <SafeAreView>
  • remove many deprecated @obj
  • upgrade to @rescript/react@0.14.1 and react@19.1 for react-native@0.80

0.78.1

Choose a tag to compare

@Freddy03h Freddy03h released this 07 Nov 15:28
  • add submitBehavior prop on TextInput
  • refactor View props to avoid conflict with other libs (flash-list, legend-list)

0.78.0

Choose a tag to compare

@Freddy03h Freddy03h released this 15 Aug 13:34
  • upgrade to @rescript/react@0.14 and react@19 for react-native@0.78

0.77.4

Choose a tag to compare

@Freddy03h Freddy03h released this 25 Jun 10:32
  • Fix ScrollView onContentSizeChange params #837 by @cknitt

0.77.3

Choose a tag to compare

@Freddy03h Freddy03h released this 28 Apr 20:53
  • Add missing props for ScrollView #834 by @Freddy03h
    • automaticallyAdjustKeyboardInsets
    • automaticallyAdjustsScrollIndicatorInsets
    • onScrollAnimationEnd
    • onScrollToTop
    • persistentScrollbar
    • invertStickyHeaders
    • disableIntervalMomentum
    • disableScrollViewPanResponder
    • StickyHeaderComponent

0.77.2

Choose a tag to compare

@Freddy03h Freddy03h released this 14 Mar 10:13
  • Add missing props for Image and Modal #831 by @namenu
    • add resizeMultiplier Image prop
    • add backdropColor and navigationBarTranslucent Modal props

0.77.1

Choose a tag to compare

@Freddy03h Freddy03h released this 05 Mar 15:30
  • Use record for separatorComponentProps #829 by @cknitt