react-native-deep-linking
react-native-deep-linking copied to clipboard
Deep Linking set up in a React Native App
React Native Deep Linking Example App
This app demonstrates dynamic deep linking using React Native.

To test this out
- Clone repository
git clone https://github.com/dabit3/react-native-deep-linking.git
- Change into directory
cd react-native-deep-linking
- Install dependencies
yarn // or npm i
- Run project