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
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:
- Install all the dependencies:
yarn install && cd ios && pod install && cd ..
- Start the metro bundler:
yarn start
- And run the app on desired platform:
yarn ios
// or
yarn android
If you have any question, feel free to reach us on our Discord server - TWG Discord!