You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@nabla/react-native-messaging-core

Package Overview
Dependencies
Maintainers
4
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
23
Next

1.1.3

Diff

Changelog

Source

[1.1.3] - 2023-05-22

Added

Changed

Fixed

  • Fix a race condition that could lead to the following warning being sent by React Native: "Sending needProvideTokens with no listeners registered".
  • Fix a serialization issue for errors on iOS that would prevent displaying error details.

Versions

benoitletondor
published 1.1.2 •

Changelog

Source

[1.1.2] - 2023-05-11

Added

Changed

Fixed

  • Android: Fix a bug leading to new messages and items not being fetched in real time when using clearCurrentUser.
  • iOS: Reverted Apollo library to version 0.51.2. Fixes cache issue preventing the loading of older conversation messages.

Versions

benoitletondor
published 1.1.1 •

Changelog

Source

[1.1.1] - 2023-04-25

Added

  • Core: Add a new getCurrentUserId method to NablaClient to get the currently set user id if any.

Changed

Fixed

Versions

benoitletondor
published 1.1.0 •

Changelog

Source

[1.1.0] - 2023-04-19

Added

  • Messaging core: Added new lastMessage property on Conversation that gives access to the whole message and not just its preview.
  • Add Portuguese translations

Changed

Fixed

  • The default Logger will now correctly print the error message if any.

Versions

amseddi
published 1.0.1 •

Changelog

Source

[1.0.1] - 2023-03-21

Added

Changed

Fixed

Versions

amseddi
published 1.0.0 •

Changelog

Source

[1.0.0] - 2023-03-17

Added

Changed

Fixed

Versions

benoitletondor
published 1.0.0-alpha15 •

Changelog

Source

[1.0.0-alpha15] - 2023-03-07

Added

  • Scheduling: support for registering a payment step. See doc for details/instructions.

Changed

  • Core: NablaClient.authenticate is replaced by NablaClient.setCurrentUserOrThrow and NablaClient.clearCurrentUser. provideAuthTokens is set during NablaClient.initialize.

Fixed

Versions

amseddi
published 1.0.0-alpha14 •

Changelog

Source

[1.0.0-alpha14] - 2023-02-22

Added

  • Messaging Core: Added a new Response object returned by watchers. It contains metadata about the freshness of the data returned, allowing the caller to know if the data comes from cache or is fresh and if a background refresh is in progress.

Changed

  • Messaging Core: watchConversation success callback is now called with a Response<Conversation>, NablaError>.
  • Messaging Core: watchItemsOfConversation success callback is now called with a Response<PaginatedList<ConversationItem>, NablaError>.
  • Messaging Core: watchConversations success callback is now called with a Response<PaginatedList<Conversation>> NablaError>.

Fixed

  • Core: fixed a crash that occurred on iOS when authenticating a different user or the same user multiple times.
  • Messaging Core: Fixed createConversationWithMessage not correctly setting providerIds on Android.

Versions

amseddi
published 1.0.0-alpha13 •

Changelog

Source

[1.0.0-alpha13] - 2023-01-30

Added

  • A new onAppointmentSelected property is available in NablaAppointmentListView component and should be provided to redirect to the appointment detail screen (NablaSchedulingUI.navigateToAppointmentDetailScreen(appointmentId)). (This callback will only be used on iOS and the navigation will work as expected on Android)

Changed

  • NablaSchedulingClient.openScheduleAppointmentScreen() has been renamed to NablaSchedulingUI.navigateToScheduleAppointmentScreen() in the NablaScheduling package.

Fixed

Versions

amseddi
published 1.0.0-alpha12 •

Changelog

Source

[1.0.0-alpha12] - 2023-01-02

Versions

Next
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc