React Native: All about Files and File Structure
Once you create a project using the below command
npx react-native init your_app_name
The following files are created in the project folder:
__tests__ :
This folder contains a test file (App-test.tsx) where we can perform testing on react native ...
ozairkhan.hashnode.dev2 min read