Skip to content

Files

Latest commit

May 16, 2017
6bc0958 · May 16, 2017

History

History
25 lines (17 loc) · 396 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 396 Bytes

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
  1. Change into directory
cd react-native-deep-linking
  1. Install dependencies
yarn // or npm i
  1. Run project