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
{{ message }}
This repository has been archived by the owner on Sep 16, 2020. It is now read-only.
in the declaration of interface SwipeoutProperties: scroll?(): void should be scroll?(scrollEnabled: boolean): void;
according to the wiki page telling you how to prevent accidentally scroll
The text was updated successfully, but these errors were encountered:
begoat
added a commit
to begoat/react-native-swipeout
that referenced
this issue
Jun 11, 2018
version: react-native-swipeout@2.3.3
in the declaration of
interface SwipeoutProperties:
scroll?(): void
should bescroll?(scrollEnabled: boolean): void;
according to the wiki page telling you how to prevent accidentally scroll
The text was updated successfully, but these errors were encountered: