- Add
NativeEventEmitter
#642 by @cknitt - New abstract type for Android Date/TimePicker
action
#640 by @cknitt - Add
accessibilityRole
web values andarialLevel
web props (#639 by @Naturalclar
- Fix
autoCompleteType
prop forTextInput
component (previously incorrectly namedautoComplete
) (#639 by @Naturalclar - Resolves all BuckleScript inferred name warnings (#628 by @idkjs
- Change type for
DrawerLayoutAndroid
drawerPosition
prop #626 by @sgny.
You need to replaceDrawerLayoutAndroid.left
&DrawerLayoutAndroid.right
by`left
&`right
.
- Add
SoundManager
+ deprecateUIManager.playTouchSound
#616 by @sgny - Add
useWindowDimensions
hook #615 by @sgny - Add
touchSoundDisabled
prop toButton
and all Touchable components #627 by @stuartkeith
Probably the latest release for React Native 0.60. We will focus on 0.61.
Sorry, a mix of bugfixes & changes! This should be easy to handle for you.
- Add constructor for section type in
VirtualizedSectionList
#614 by @sgny - Add
SectionList
/VirtualizedSectionList
section data as parameterized type #618 by @jfrolich
- Fix
AppState
(now returnunit
) #568 by @cknitt - Fix
Animated.event
type so it can be used inAnimated.ScrollView
onScroll
props (& similar) #584 by @MoOx - Fix missing
[@bs.meth]
in methods ofEvent
,BackHandler
&NetInfo
#621 by @cknitt - Fix
ScrollView
scrollToItem
,scrollToIndex
andscrollToOffset
#569 by @benadamstyles - Fix
Webview
contentInset
prop #607 by @cem2ran - Fix
WebView
event types & add missing fields #608 by @cem2ran
- Add
AccessibilityInfo
#587 by @sgny - Add
Alert.prompt
#617 by by @fhammerschmidt - Add
Animated.SectionList
andAnimated.FlatList
#600 by @sgny + #623 by @jfrolich - Add lots of
AppRegistry
methods #567 by @sgny + #560 by @cknitt - Add
Global.__DEV__
#609 by @sgny - Add
Global.hermesInternal
#613 by @MoOx - Add
YellowBox
#562 by @cknitt
We improved some part of the missing docs, thanks to contributions of @sgny,
@idkjs, @fhammerschmidt & @MoOx and maybe others we forgot to mention (but
git log
doesn't)
✨ Initial release for this new React Native bindings!
See https://reasonml-community.github.io/reason-react-native/en/blog/2019-06-17-hello-reason-react-native/ for more information.