- Warnings removed
- SafeAreaView fixed to use correct class (
@miuirussia
)
- Tag
ScrollView
ref type withScrollable
and use same type forref
prop 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
Optional
class
- Edit README doc about platform specific props
- Picker
onValueChange
didn't return a record. (@alexanderobi
)
- Use
Subrow
from purescript-records for optional properties - Rename
SectionIndex
andRowIndex
toSectionId
andRowId
ProgressBarAndroid
support (@NicholasAaronBrady
)- Hello world example docs (
@NicholasAaronBrady
)
- Purescript 0.11 support (Don Abrams
@donabrams
) Modal
support (@NicholasAaronBrady
)- Stop using RN version numbering
keyboardShouldPersistTaps
for ScrollView is now an enum instead of a boolean (@sectore
)
NavigatorIOS
(Jens Krause@sectore
)
exitApi
now returns anEff
- Fix name of
touchableHighlight
- wastouchableHilight
(Jens Krause@sectore
) - Moved
touchableNativeFeedback
to 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
BackfaceVisiblity
spelling fixed toBackfaceVisibility
urisSrc
now takes an array of ImageSource instead of the uri/height/widthdrawerLayoutAndroid'
takes the mandatory properties as a record- Renamed the
NativeBackground
type toTouchableNativeBackground