- Add all
TouchableWithoutFeedbackprops to the Flow & TypeScript typedefs. - Instead of replacing the
Touchablewith aViewwhen disabled, continue rendering theTouchableand pass thedisabledprop down (fixes issue with animations being truncated).
- Fix type of
outerStylein TypeScript typedef
- Add TypeScript type declarations in
index.d.ts
- Re-type outerStyle from
mixedtoany(until RN style types API stabilises)
- Loosen return type of
onPress
- Add an
allprop for more concisely/explicitly setting both platforms to the same effect. - Improve Flow types.
- Just resorted to
mixedforouterStyleFlow 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.