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
- Host: GitHub
- URL: https://github.com/thewidlarzgroup/rn-oauth-deep-universal-asset-links
- Owner: TheWidlarzGroup
- License: mit
- Created: 2021-01-28T17:48:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-15T22:42:50.000Z (over 2 years ago)
- Last Synced: 2025-04-19T22:57:49.706Z (about 1 month ago)
- Topics: applinks, deeplinking, linking, react-native, reactnavigation, universallinks
- Language: TypeScript
- Homepage: https://thewidlarzgroup.com/deep-universal-asset-links
- Size: 697 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)

## 👨🏽🏫 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)!