Skip to content

v1.0.0

Choose a tag to compare

@ipakhomov ipakhomov released this 30 Jun 08:48
· 109 commits to main since this release

V1 Release overview

Features

  • Reusable modules for Clerk. More details in Readme
  • The setupReactotron utility now accepts plugins
  • The example app has been updated

Fixes

  • The usePushNotifications hook now uses expo_token (instead of expoToken) as the body parameter name for subscriptions by default
  • The package no longer depends on deprecated Async Storage modules

Removals and Breaking Changes

  • Storage utilities AsyncStorageItem and SecureStorageItem have been removed. It is now recommended to use React Native MMKV instead
  • The VirtualizedList component has been removed - direct usage of FlashList v2 is now the recommended approach
  • The AppPressable component has been removed - please use Pressable directly as needed based on your app's UI requirements