1.0.11 • Published 7 months ago

rne-at v1.0.11

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

RNE-AT (React Native Expo - Awesome Template)

RNE-AT is a customizable React Native Expo template for building awesome mobile apps.

Features

  • Expo - Developed with Expo, making it easy to get started with React Native.
  • Customizable - Easily customize the template to suit your project's needs.

Getting Started

Follow these steps to get started with RNE-AT:

  1. Clone the Repository

    git clone https://github.com/ilz5753/rne-at.git
    cd rne-at
  2. Install Dependencies

    npm install
    # or
    yarn install # yarn
    # or if you have bun
    bun install
  3. Start the Development Server

    npm start
    # or
    yarn start
    # or
    bun start

    This will start the Expo development server, and you can run your app on your device or an emulator.

Using Template

To use the template, run the following command:

npx create-expo-app --template rne-at@latest

Contributing

We welcome contributions to improve RNE-AT. If you would like to contribute:

  1. Fork the repository on GitHub.
  2. Make your changes and commit them.
  3. Submit a pull request with a clear description of your changes.

License

This project is open-source and available under the MIT License.