Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dabit3/react-native-deep-linking
Deep Linking set up in a React Native App
https://github.com/dabit3/react-native-deep-linking
deep-learning react react-native reactjs reactnative
Last synced: 4 days ago
JSON representation
Deep Linking set up in a React Native App
- Host: GitHub
- URL: https://github.com/dabit3/react-native-deep-linking
- Owner: dabit3
- Created: 2017-05-16T19:45:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-04T12:36:02.000Z (about 6 years ago)
- Last Synced: 2024-11-06T13:00:04.065Z (7 days ago)
- Topics: deep-learning, react, react-native, reactjs, reactnative
- Language: Objective-C
- Size: 125 KB
- Stars: 99
- Watchers: 4
- Forks: 30
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Native Deep Linking Example App
This app demonstrates dynamic deep linking using React Native.
![](http://i.imgur.com/szcU9ML.gif)
## To test this out
1. Clone repository
```
git clone https://github.com/dabit3/react-native-deep-linking.git
```2. Change into directory
```
cd react-native-deep-linking
```3. Install dependencies
```
yarn // or npm i
```4. Run project