Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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