/react-native-deep-linking

Deep Linking set up in a React Native App

Primary LanguageObjective-C

React Native Deep Linking Example App

This app demonstrates dynamic deep linking using React Native.

To test this out

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