Personal project · Mobile foundations
A reusable React Native starting point for authentication and navigation.
A starter application with authentication and app screens, switch and stack navigation, reusable components, SafeAreaView and flex layouts.

01 · Context
The problem
Starting a mobile application often repeats the same foundational work: authentication screens, app screens, safe areas, layout, navigation and component organization.
02 · Responsibility
What I was responsible for
- 01Created authentication and application screen flows.
- 02Combined switch and stack navigation patterns.
- 03Demonstrated SafeAreaView and flex-based screen layouts.
- 04Organized reusable components, props and state into a starter project.
03 · Evidence
What happened
The public repository preserves the boilerplate as a working reference for learning and new React Native projects.