My goal is to allow users share content from the application to external world (for example Viber, Whats App etc)
Here is the code:
import {Share} from 'react-native'
Share.share({ message: 'appscheme://feeds/:feedId'})
However this link is not clickable hence is useless since cannot open the app
What about Share.share({ message: 'https://appscheme.com/feeds/:feedId'})
My goal is to achieve the same behavior as YouTube video sharing. You can press on video share, send it to anybody in chat, and then to access it right from there. For example:
Than you in advance!