Welcome to the Super App Example repository! This project is part of a tutorial published on Callstack's blog, which you can find here.
There are 2 branches in this repository:
main
- starting point for the tutorialfinished
- the end result that you should achieve after following the steps in the tutorial
Learn more about Super Apps here: https://www.callstack.com/super-app-development.
Follow these steps to set up the project on your local machine.
- Make sure you have the latest version of
node
andyarn
installed on your system. Please note that this project uses[email protected]
, and not the classic version.
-
Clone the repository:
git clone https://github.com/callstack/super-app-example.git
-
Install the dependencies (including pods):
yarn bootstrap
-
Start the dev servers
yarn start
-
Run the host-app on
ios
orandroid
:yarn run:host-app:ios # or yarn run:host-app:android
Super App Example is an open source project and will always remain free to use. If you think it's cool, please star it 🌟. Callstack is a group of React and React Native geeks, contact us at [email protected] if you need any help with these or just want to say hi!