Welcome to rn-playbox — a personal playground for learning and experimenting with React Native 🚀.
This repo contains small practice apps, demos, and code snippets to explore different React Native features and libraries.
The repository is organized into different folders, each representing a practice project:
- MyFirstApp/ → First React Native app setup and basic components
- StackNavigation/ → Practice project for React Navigation (Stack Navigator and Bottom Tab)
- TakeInput/ → Handling TextInput and user inputs in React Native
- Practice core React Native components (View, Text, Button, etc.)
- Explore React Navigation (Stack, Tabs, Drawer)
- Learn about state management (Hooks, Context API)
- Experiment with API calls & AsyncStorage
- Build small UI components for practice
- React Native
- React Navigation
- JavaScript / TypeScript
- Clone the repo:
git clone https://github.com/your-username/rn-playbox.git cd rn-playbox - Install dependencies (inside each project folder):
npm install
- Run the app:
npm start or npm run android or npm run ios (for ios)
This is a personal learning repo, but feel free to fork and try out your own experiments.
This repository is for practice and learning purposes only.