React Native File Structure
React Native Essential Files
__tests__
In Above directory all the test cases going to written like unit testing, Integration Test
.bundle
In this when we run the app on local nachine then budle is created in which all configurations of our app presen...