Releases: joshswan/react-native-autolink
Releases · joshswan/react-native-autolink
1.1.1
Bug Fixes:
PropTypesnow comes fromprop-typespackage instead ofReact- @rayronvictor
1.1.0
1.0.0
New Stuff:
- Refactored code with improved linting
webFallbacksupport has been fixed [#16]
Breaking:
- Custom link rendering functions passed via the
renderLinkprop are now only passed three props:text(the matched text),match(the Autolinker match object), andindex(the index of the match). The url/link is no longer supplied!
0.9.0
0.8.0
New Features:
- Link Instagram usernames (e.g. @username). The
twitterprop has been deprecated in favor of the newmentionprop that takes values of"instagram"or"twitter"(orfalseto disable) and links any @username occurrences to the specified service. - Fall back to the web version of Instagram/Twitter when users don't have the appropriate app installed. Enabled by default on Android, but testing app schemes requires
LSApplicationQueriesSchemesinInfo.plstso is disabled by default on iOS. Use thewebFallbackprop to enable.