Skip to content

ryzzyxx/reactroshoo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reactroshoo

A React Native app that builds for iOS, Android, and Web using Expo.

Getting Started

Prerequisites

  • Node.js (v18 or newer)
  • npm
  • Expo Go app on your iOS or Android device (for development)

Installation

npm install

Running the App

Start the development server:

npm start

Run on Android:

npm run android

Run on iOS (requires macOS):

npm run ios

Run on Web:

npm run web

Project Structure

reactroshoo/
├── App.js          # Main application component
├── index.js        # Entry point
├── app.json        # Expo configuration
├── assets/         # Images and icons
└── package.json    # Dependencies and scripts

Platforms

  • iOS – via Expo Go or native build
  • Android – via Expo Go or native build
  • Web – via Metro bundler with react-native-web

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors