DM2518-TakeCare / TakeCare

1 stars 0 forks source link

TakeCare

Setup development

Detail instruction exist here: https://reactnative.dev/docs/environment-setup

Clone the repository and run npm install and then npm run web to start development.

Other

Navigation system

The official react page recommend React Navigation. Instruction for it can be found here: https://reactnative.dev/docs/navigation. The following tutorial was used to implement a basic navigation system: https://www.youtube.com/watch?v=Hln37dE19bs

Theme

Material design is used as the apps "design system". Documentation can be found here: https://callstack.github.io/react-native-paper/ The theme should be edited in paper-theme.tsx;

Components