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

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

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