0.8.0
New Features:
- Link Instagram usernames (e.g. @username). The
twitter
prop has been deprecated in favor of the newmention
prop that takes values of"instagram"
or"twitter"
(orfalse
to 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
LSApplicationQueriesSchemes
inInfo.plst
so is disabled by default on iOS. Use thewebFallback
prop to enable.