This is the README for the Micare Application, it uses React Native Expo.
npx create-expo-app@latest -e with-new-arch
- Install packages with
yarn
ornpm install
. - Run
npx expo run:ios
and/ornpx expo run:android
. Requires native toolchains to be installed.