Skip to content

TheWidlarzGroup/rn-oauth-deep-universal-asset-links

Repository files navigation

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

Universal Links - iOS App Links - Android

👨🏽‍🏫 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

Now, you need to:

  1. Install all the dependencies:
yarn install && cd ios && pod install && cd ..
  1. Start the metro bundler:
yarn start
  1. 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!