- Warnings removed
- SafeAreaView fixed to use correct class (
@miuirussia)
- Tag
ScrollViewref type withScrollableand use same type forrefprop as React 6 does
- Upgrade to PS 0.12.0 and React 6.0.0 (
@jvliwanag)
- Upgrade dependencies and add LICENSE
- Upgrade to latest purescript-react
- Remove navigation components which no longer exist
- Remove dependency of purescript-records in favour of reactnative
Optionalclass
- Edit README doc about platform specific props
- Picker
onValueChangedidn't return a record. (@alexanderobi)
- Use
Subrowfrom purescript-records for optional properties - Rename
SectionIndexandRowIndextoSectionIdandRowId
ProgressBarAndroidsupport (@NicholasAaronBrady)- Hello world example docs (
@NicholasAaronBrady)
- Purescript 0.11 support (Don Abrams
@donabrams) Modalsupport (@NicholasAaronBrady)- Stop using RN version numbering
keyboardShouldPersistTapsfor ScrollView is now an enum instead of a boolean (@sectore)
NavigatorIOS(Jens Krause@sectore)
exitApinow returns anEff- Fix name of
touchableHighlight- wastouchableHilight(Jens Krause@sectore) - Moved
touchableNativeFeedbackto it's own module and fixed it so it won't break on iOS (Jens Krause@sectore)
- Documentation added for most styles, prop types and components
- Completed ListView and ListViewDataSource
- Add OS and select to platform module
BackfaceVisiblityspelling fixed toBackfaceVisibilityurisSrcnow takes an array of ImageSource instead of the uri/height/widthdrawerLayoutAndroid'takes the mandatory properties as a record- Renamed the
NativeBackgroundtype toTouchableNativeBackground