Skip to content

gonchihernandez/react-native-training-app

Repository files navigation

React Native Training App

Introduction

Welcome to the React Native Training App project created specially for my dear friend AndesFt.

This README file provides an overview of the project and outlines the next steps to be completed.

The project is built using Expo, React Native, React Native Navigation, Formik and Yup.

Getting Started

To run the app locally, follow these steps:

npm install / yarn install

Then

Run The App

npm start / yarn start

Runs your app in development mode.

Open it in the Expo app on your phone to view it. It will reload if you save edits to your files, and you will see build errors and logs in the terminal.

npm run ios / yarn ios

Like npm start / yarn start, but also attempts to open your app in the iOS Simulator if you're on a Mac and have it installed.

npm run android / yarn android

Like npm start / yarn start, but also attempts to open your app on a connected Android device or emulator. Requires an installation of Android build tools (see React Native docs for detailed setup).

Next Steps Todo List

1. Feature Development

  • Implement User Authentication:

    • Set up authentication system (e.g., Firebase, Auth0).
    • Create login and signup screens.
    • Connect authentication with backend services.
  • Enhance UI/UX:

    • Review and improve existing UI components.
    • Add animations and transitions.
    • Optimize layout for different screen sizes.

2. Testing

  • Unit Testing:

    • Write unit tests for critical components.
    • Implement continuous integration for automated testing.

3. Performance Optimization

  • Improve Loading Times:

    • Optimize assets (images, videos).
    • Implement lazy loading for non-essential resources.

4. Code improvement

  • Dependencies:

    • Remove warnings.
    • Update dependencies.
  • Code style:

    • Refactor styles.
    • Refactor Components.
    • Use absolute imports.

5. Deployment

  • Prepare for App Store Submission:

    • Ensure compliance with App Store guidelines.
    • Create promotional materials (screenshots, descriptions).
  • Automate Deployment:

    • Set up automated deployment pipelines.
    • Define deployment scripts for various environments.

About

React Native Training App project built using Expo, React Native, React Native Navigation, Formik and Yup.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors