Skip to content

rn-playbox is a practice playground for learning and experimenting with React Native. This repository contains small apps, demos, and code snippets to explore concepts like navigation, state management, components, APIs, and more.

Notifications You must be signed in to change notification settings

chandan578/rn-playbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📱 rn-playbox

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.


📂 Project Structure

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

🎯 Goals

  • 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

🛠️ Tech Stack


🚀 Getting Started

  1. Clone the repo:
    git clone https://github.com/your-username/rn-playbox.git
    cd rn-playbox
    
  2. Install dependencies (inside each project folder):
    npm install
  3. Run the app:
      npm start
      or npm run android
      or npm run ios (for ios)

📸 Screenshots / Demos

image

🤝 Contributions

This is a personal learning repo, but feel free to fork and try out your own experiments.

📜 License

This repository is for practice and learning purposes only.

About

rn-playbox is a practice playground for learning and experimenting with React Native. This repository contains small apps, demos, and code snippets to explore concepts like navigation, state management, components, APIs, and more.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published