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

https://github.com/thewidlarzgroup/rn-oauth-deep-universal-asset-links

📲 Deep Links / Universal Links / App Links
https://github.com/thewidlarzgroup/rn-oauth-deep-universal-asset-links

applinks deeplinking linking react-native reactnavigation universallinks

Last synced: about 1 month ago
JSON representation

📲 Deep Links / Universal Links / App Links

Awesome Lists containing this project

README

        

# Linking

## 🧐 What is this app?

This app is a code-along app that is being an integral part of the
article on `Linking`.

You can read it [here - TWG Blog - Linking Article](https://thewidlarzgroup.com/deep-universal-asset-links)

![Universal Links - iOS](./assets/universal_link_screens_setup.gif)
![App Links - Android](./assets/universal_link_screens_setup_android.gif)

## 👨🏽‍🏫 How to run it

In order to run the app, make sure that your machine is correctly
configured and your react native environment is correctly set up. You
can get some further information: [React Native - Setting up the development environment](https://reactnative.dev/docs/environment-setup)

Now, you need to:

1. Install all the dependencies:

```
yarn install && cd ios && pod install && cd ..
```

2. Start the metro bundler:

```
yarn start
```

3. And run the app on desired platform:

```
yarn ios

// or

yarn android
```

## ❓ In case of any question

If you have any question, feel free to reach us on our **Discord**
server - [TWG Discord](https://discord.gg/Fz98bt7A)!