Editor - VScode React-Native - v0.66.4
Frontend_For.Management_React-Native │ index.tsx # App entry point. │ └───app.tsx # App main file. │ └───navigation # App routes declaration. │ └───assets # Assets used in app. │ └───common # Common files used in application. │ └───components # Common components declaration. │ └───request # Api url and endpoints declaration. │ └───screens # Screen and it's designs. │ └───components # Local components declaration. │ └───store # Redux store. │ └───translation # English and Arabic static texts declaration. └───.env # Environment variables and configuration related stuff , common third party details. └───declaration.d.ts # Packages which uses only JS has no typescript declaration are declared here.