You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Pagination.Basic (and presumably Pagination.Custom), the following warning is thrown: TouchableWithoutFeedback is deprecated. Please use Pressable.
Tested using version 4.0.2 (the latest).
The text was updated successfully, but these errors were encountered:
To address the deprecation warning regarding TouchableWithoutFeedback, you can replace it with Pressable in the PaginationItem component. Here's how you can modify the component:
This change involves replacing TouchableWithoutFeedback with Pressable, which is the recommended approach for handling press events in React Native [1][2].
When using Pagination.Basic (and presumably Pagination.Custom), the following warning is thrown:
TouchableWithoutFeedback is deprecated. Please use Pressable.
Tested using version 4.0.2 (the latest).
The text was updated successfully, but these errors were encountered: