- Add all
TouchableWithoutFeedback
props to the Flow & TypeScript typedefs. - Instead of replacing the
Touchable
with aView
when disabled, continue rendering theTouchable
and pass thedisabled
prop down (fixes issue with animations being truncated).
- Fix type of
outerStyle
in TypeScript typedef
- Add TypeScript type declarations in
index.d.ts
- Re-type outerStyle from
mixed
toany
(until RN style types API stabilises)
- Loosen return type of
onPress
- Add an
all
prop for more concisely/explicitly setting both platforms to the same effect. - Improve Flow types.
- Just resorted to
mixed
forouterStyle
Flow type, as the last attempt was still insufficient to cover everything which RN allows.
- Expanded Flow allowed types for
outerStyle
First public release, with formalized API.