husam287 / shehadat-plus

Expo react native project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

husam287-expo-template

EXPO SDK 46 Template

To use this template, make sure to have the Expo CLI installed and run:

expo init [name] --template @husam287/expo-template

⚡ Stack and Dependencies

🔧 Usage

Be sure to have the Expo CLI installed.

expo init [name] --template @husam287/expo-template

📂 Organization

src/components: useful re-usable component library.
src/constants: app constants, such as theme, that remain consistent throughout the app.
src/reducers: redux features, organized using the slice pattern.
src/hooks: useful hooks that can be re-used throughout the app.
src/routes: react-navigation navigators, including stack and tab navigators.
src/screens: the main screens of the app.
src/api: apis using axios hooks; organized as endpoints, axios configuration src/assets: all assets

About

Expo react native project


Languages

Language:JavaScript 100.0%