Example project used in React Native School's class on [Deep Linking with React Navigation v5](https://www.reactnativeschool.com/deep-linking.
You'll need to have the React Native CLI installed on your machine in order to follow along.
git clone https://github.com/ReactNativeSchool/react-navigation-v5-deep-linking-class.git
yarn install
/npm install
yarn run ios
/npm run ios
oryarn run android
/npm run android
If you're interested in learning more about React Native be sure to visit React Native School for dozens of React Native tutorials!