A minimal React Native application that demonstrates dynamic styling using props and StyleSheet.create() based on the app’s internal state.
- 🎨 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
| Default (White) | Toggled (Black) |
|---|---|
![]() |
![]() |
Click the video below to watch a demonstration of the app:
git clone https://github.com/kasumil/RN_HelloWorld.git
cd RN_HelloWorldyarn install
# or
npm install
# 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


