Thanks to visit codestin.com
Credit goes to github.com

Skip to content

gasolin/reigns

Repository files navigation

Minimal Template

This is a React Native project built with Expo and React Native Reusables.

It was initialized using the following command:

npx @react-native-reusables/cli@latest init -t reigns

Getting Started

To run the development server:

    npm run dev
    # or
    yarn dev
    # or
    pnpm dev
    # or
    bun dev

This will start the Expo Dev Server. Open the app in:

  • iOS: press i to launch in the iOS simulator (Mac only)
  • Android: press a to launch in the Android emulator
  • Web: press w to run in a browser

You can also scan the QR code using the Expo Go app on your device. This project fully supports running in Expo Go for quick testing on physical devices.

Adding components

You can add more reusable components using the CLI:

npx react-native-reusables/cli@latest add [...components]

e.g. npx react-native-reusables/cli@latest add input textarea

If you don't specify any component names, you'll be prompted to select which components to add interactively. Use the --all flag to install all available components at once.

Project Features

Learn More

To dive deeper into the technologies used:

Deploy with EAS

The easiest way to deploy your app is with Expo Application Services (EAS).


If you enjoy using React Native Reusables, please consider giving it a ⭐ on GitHub. Your support means a lot!

About

滑卡片 APP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published