react-native-user-inactivity
react-native-user-inactivity copied to clipboard
Support Optional ignoreGestures Prop
See original PR here.
- Adds support for an optional
ignoreGestures
boolean prop that will preventPanResponder
pan handlers from being set on theView
. This is suitable for use cases where fixed session durations are desired. - Converts the FC to a pure component using the
memo
React HOC to prevent needless re-render cycles. - Updates
UserInactivityProps
to extendViewProps
for enhanced customView
control