1.0.2 • Published 11 months ago

react-native-expo-starter-pack v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

React Native Expo Starter is a starter template for creating React Native applications using Expo and TypeScript. The template is built following the principles of clean architecture and includes essential tools and libraries to kickstart development.

šŸ”„ Features

  • šŸ“± Expo - a platform for creating and deploying React Native applications.
  • šŸ›  TypeScript - strict typing for improved code quality and reliability.
  • 🧭 React Navigation - for managing navigation within the application.
  • šŸŽÆ React Query - for convenient and efficient management of server data.
  • šŸ’¾ Async Storage - for storing data on the user's device.
  • šŸŽØ Tailwind CSS with NativeWind - for flexible and fast styling.
  • šŸŽ„ Lottie Animations - for adding animations to the application.

🚧 Important

āš ļø Do not modify the core code of this template to maintain compatibility and stability. If you need to add new features or modify existing ones, create your own components and modules on top of this template.

šŸ“¦ Installation and Setup

Follow these steps to install and run the project:

  1. šŸ“‚ Clone the repository:

    git clone https://github.com/username/react-native-expo-starter.git
    cd react-native-expo-starter
  2. šŸ“„ Install dependencies:

    Make sure you have Node.js and npm (or yarn) installed, then run the following command to install all the necessary dependencies:

    npm install

  3. šŸš€ Run the project:

    Run the project on all platforms (Android, iOS, Web): npm start To run on Android: npm run android To run on iOS: npm run ios To run on Web: npm run web

šŸ“ Project Structure

MyApp/ ā”œā”€ā”€ node_modules/ ā”œā”€ā”€ src/ │ ā”œā”€ā”€ components/ │ ā”œā”€ā”€ navigation/ │ ā”œā”€ā”€ screens/ │ ā”œā”€ā”€ services/ │ └── utils/ ā”œā”€ā”€ App.tsx ā”œā”€ā”€ babel.config.js ā”œā”€ā”€ package.json └── tsconfig.json

šŸ“œ License This project is licensed under the MIT License.

šŸ‘¤ Author Elnur Tahirzade

If you have any questions or suggestions, feel free to contact me.