- Introduction
- Checklist
- Integration
- Tracking Settings
- User profiling
- Consent
- Events
- Debug View
- Screens
- Crashes
- Handled Exceptions
- In-app Updates
- Remote Configuration
- Remote Logger
- Sessions
- In-app Ratings
- In-app Feedback
- API Tracking
- Themes
- Flush
- Privacy Shield
- Encryption
- Migration
- Troubleshoot
- Cross Promote
- Push Notifications
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")
© 2025, Zoho Corporation Pvt. Ltd. All Rights Reserved.