Skip to main content

Kid Draw (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.17

$ node -v
v14.17.5

$ npm -v
6.14.14

$ expo --version
5.0.3

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

$ /usr/bin/xcodebuild -version
Xcode 13.2.1
Build version 13C100

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 fonts,icon and splash screen
- app/res/assets/ # Image asset files
- app/res/icon/ # Icon asset files
- app/res/images/ # Image asset files
- app/res/images_paint/ # Image asset files
- app/res/string/ # Internationalization files
- app/res/style/ # Project global styles
- app/src/api/ # Project config api
- app/src/component/ # React components
- app/src/config/ # React config
- app/src/mobx/
- app/src/model/
- app/src/realm/
- app/src/router/ # React native navigation
- app/src/screen/ # Project screens
- app/src/util/ # Helper files
- app/src/validate/
- app.json # App config
- App.js
- babel.config.js # Babel config
- package.json # Node packages
- tsconfig.json # Typescript config

Add more image to app​

SUPPORT INFORMATION​

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

OUR PRODUCTS:​

Thank you!