App for linjeforeningen.
This website uses the following technologies
- Yarn (Package-manager)
- React Native
- Expo
This project uses yarn, so all you have to do is to clone, install and run.
git clone [email protected]:tihlde/App.git
cd App
yarn install
yarn start
These rules are to be updated
- The main /components folder should only contain DUMMY-COMPONENTS. These components are shared between all the different pages, and should not implement page-specific logic. The components should be so dumb they can be moved to a different project and still work.
- All screens should be placed in the /screens.