What is the purpose of integration testing in React Native?
The purpose of integration testing in React Native is to test the interaction between multiple components or modules within the app. This involves verifying that different parts of the app work together correctly and handle data flow and communication as expected.