-
Download or clone this repository
-
Install dependencies
npm install
-
Start on Android
npm run android
-
Start on IOS
npm run ios
Folder structure:
assets
: Fonts, Icons SVG, Images that should be imported directly into bundle source code.components
: Reusable components written in React.JS.constants
: Constants colors, dimensions in App.navigation
: Navigation setup, define navigators and router.screens
: Holds the main screens of application.themes
: Dark/Light theme of application.types
: Contains TypeScript type and interface declarations.utils
: Utility functions/helpers.
The other files (such as .prettierrc
, tsconfig.json
, react-native.config.js
) are configurations for libraries used in your application. Visit the library's documentation to learn how to use them.