Skip to main content

Healer (Expo)

Environment confirmation​

In Expo template application, please setup environment follow Expo environment setup guide first.

https://docs.timistudio.dev/docs/environment-setup/expo-environment-setup

Then to confirm all setup is ok, please execute command below to verify.

$ yarn -v
1.22.19

$ node -v
v14.19.3

$ npm -v
8.12.1

$ expo --version
6.0.5

If you are using MacOS and work with iOS, please check your XCode is latest version.

$ /usr/bin/xcodebuild -version
Xcode 14.0.0
Build version 14A309

Run in development​

cd <react-native-project-root>
yarn install

If you are using npm without yarn

cd <react-native-project-root>
npm install

Finally start simulator with command below

yarn android
# or
yarn ios

If you are using npm without yarn

npm run android
# or
npm run ios

File structure​

- assets/                                     # Project logo and splash src
- src/assets/ # Image, Icon, Fonts asset files
- src/components/ # React components
- src/constants/ # Project constant files
- src/elements/ # React element
- src/navigation/ # React native navigation
- src/screens/ # Project screens
- src/styles/ # Project styles
- src/hooks/ # Project hooks
- src/utils/ # Helper files
- app.json # App config
- App.tsx
- babel.config.js # Babel config
- package.json # Node packages
- tsconfig.json # Typescript config

SUPPORT INFORMATION​

Thank for your purchase, feel free to contact with us if you have any trouble when install application.

OUR PRODUCTS:​

Thank you!