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 months 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-10-04T12:36:02.000Z (over 7 years ago)
- Last Synced: 2025-10-09T09:59:00.599Z (6 months ago)
- Topics: deep-learning, react, react-native, reactjs, reactnative
- Language: Objective-C
- Size: 125 KB
- Stars: 100
- Watchers: 3
- Forks: 30
- Open Issues: 4
-
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.

## 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