> ## Documentation Index
> Fetch the complete documentation index at: https://cometchat-22654f5b-docs-v6-beta2-flutter-uikit.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Resources

> Helpful resources for integrating CometChat into your React Native app, including real-time listeners, push notifications, and migration guides.

We have a number of resources that will help you while integrating CometChat in your app.

You can begin with the [all real-time listeners](/sdk/react-native/real-time-listeners) guide.

If you're upgrading from v1, we recommend reading our [upgrading from v3](/sdk/react-native/upgrading-from-v3) guide.

## Next Steps

<CardGroup cols={2}>
  <Card title="Real-Time Listeners" icon="tower-broadcast" href="/sdk/react-native/real-time-listeners">
    Register listeners for users, groups, messages, and calls
  </Card>

  <Card title="Push Notifications (Android)" icon="android" href="/notifications/react-native-push-notifications-android">
    Set up FCM push notifications for Android
  </Card>

  <Card title="Push Notifications (iOS)" icon="apple" href="/notifications/react-native-push-notifications-ios">
    Set up APNs push notifications for iOS
  </Card>

  <Card title="Upgrading from v3" icon="arrow-up" href="/sdk/react-native/upgrading-from-v3">
    Migration guide for upgrading from SDK v3
  </Card>
</CardGroup>
