Skip to content

@baseapp-frontend/[email protected]

Choose a tag to compare

@github-actions github-actions released this 22 Jul 18:19
· 32 commits to master since this release
91101a9
  • Implements a new hook: useMessagesListSubscriptionOnRn
  • Handles real-time message updates via GraphQL subscription (chatRoomOnMessage)
  • Automatically subscribes/unsubscribes on screen focus using expo useFocusEffect. Ensures clean disposal of the subscription to avoid memory leaks or duplicate events
  • Uses Relay's ConnectionHandler.getConnectionID and append new messages to the proper connection