An example application, showcasing the use of custom url schemes in React Native.
This is an example application, showcasing the use of custom url schemes in React Native.
In order to run it, clone this repo using
git clone https://github.com/johanneslumpe/react-native-linkingios-example.git
Then run npm i
inside the cloned folder and then upload links.html
to your web server. (or create a local web server). Now open the Xcode project file and hit “run”. After the application has started, minimize it, open the browser and navigate to links.html
. Click on a link to see it in action.