this is my personal react native starter project using expo and firebase i have tried to leave some informative comments all around in the starter files building: after cloning the project, enter the root directory and run: npm install expo start features: bottom tab navigation + register screens in regular stack navigation nice organization essential packages firebase initalization color scheme context + easy addition of other contexts developing: everything you will ever need to edit is in the src directory, App.tsx, or assets i am a big proponent of contexts and components so this is set up with those in mind make sure to register new screens navigation components, and contexts in App.tsx if it is named SomeXxxx then it is a sample thing, do whatever you want with it enjoy all the notes and rambling... reach me at [email protected]