Skip to content

v2.3.1

Choose a tag to compare

@ide ide released this 18 Mar 02:37

Bug fixes

chunkPushNotifications: If you have a small number of push notifications below the chunk size limit, this will now return an array of chunks. You can always consistently call this method.

New features

  • Max chunk size exposed: Expo.pushNotificationChunkSizeLimit: This is the maximum size of a chunk of Expo push notification messages.
  • Added expo.isExpoPushToken(token): Just an alias for expo.isExponentPushToken, which will be deprecated and later removed eventually.