Skip to content

kasumil/RN_HelloWorld

Repository files navigation

🖼️ Simple React Native Color Toggle App

🇰🇷 한국어 README 보기

main screen

A minimal React Native application that demonstrates dynamic styling using props and StyleSheet.create() based on the app’s internal state.

Platform License

✨ Features

  • 🎨 Toggle between white and black background
  • 📝 Real-time display of current color state
  • ⚙️ Dynamic styling with functional StyleSheet
  • 💡 Simple and clean UI with no external dependencies

📱 Preview

Default (White) Toggled (Black)
white screen black screen

🎥 Video Demo

Click the video below to watch a demonstration of the app:

Demo Video

🚀 Getting Started

1. Clone the Repository

git clone https://github.com/kasumil/RN_HelloWorld.git
cd RN_HelloWorld

2. Install Dependencies

yarn install

# or

npm install

3. Run the App

# For iOS

npx react-native run-ios

# For Android

npx react-native run-android

📂 File Structure

HelloWorld/
├── App.tsx
├── README.md
├── README.KR.md
├── LICENSE
├── .gitignore
├── node_modules/
└── package.json

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published