Screens in React Native apps
- Use the method provided to track screen navigation for your react native apps.
Copiedimport { Apptics } from '@zoho_apptics/apptics-react-native';
// call when screen appears
Apptics.screenAttached("screenName")
// call when screen disappears
Apptics.screenDetached("screenName")