| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This repository groups together several small React Native practice apps that were originally built as separate learning projects. The goal is to keep related React Native experiments in one place so the progression is easier to browse, compare, and maintain.
Each folder is a standalone Expo project built around a specific React Native lesson or experiment.
| Project | Description |
|---|---|
| hello-world | A minimal introductory Expo project focused on basic layout, text rendering, simple separators, and core React Native styling. |
| batman-profile | A profile-style screen for Batman that demonstrates local image assets, flexbox layout, row-based detail sections, and simple visual composition. |
| components | A component playground that explores props, custom buttons, conditional rendering, touch events, local state, and class lifecycle patterns in React Native. |
| my-diary | A small diary app that uses stack navigation, modal screens, form input, and AsyncStorage-backed persistence to create and view diary entries. |
.
├── batman-profile
├── components
├── hello-world
└── my-diary
Most projects follow the same rough layout:
These projects are intentionally small and self-contained, so they work best as isolated references for learning specific React Native ideas.
Instead of spreading related React Native practice across multiple repositories, this collection keeps the work in one place so it is easier to:
| Back | FazBrowse Home | New Git URL |