https://github.com/ajaykumar97/react-navigation-deep-linking-example
This is an example project to demonstrate the use of deep linking in React-Native using expo and react-navigation
https://github.com/ajaykumar97/react-navigation-deep-linking-example
Last synced: about 1 year ago
JSON representation
This is an example project to demonstrate the use of deep linking in React-Native using expo and react-navigation
- Host: GitHub
- URL: https://github.com/ajaykumar97/react-navigation-deep-linking-example
- Owner: ajaykumar97
- Created: 2019-06-24T04:59:47.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T17:57:49.000Z (over 3 years ago)
- Last Synced: 2023-03-07T18:47:44.664Z (over 3 years ago)
- Language: JavaScript
- Size: 1.65 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A demo app for a [React Native School lesson](https://www.reactnativeschool.com/handling-deep-links-with-react-navigation/).
## Installation
```bash
git clone https://github.com/ReactNativeSchool/react-navigation-deep-linking.git
cd react-navigation-deep-linking
yarn install
```
## Running
```
yarn run ios
yarn run android
```