react-native-user-inactivity icon indicating copy to clipboard operation
react-native-user-inactivity copied to clipboard

Support Optional ignoreGestures Prop

Open mdaronco opened this issue 4 years ago • 0 comments

See original PR here.

  • Adds support for an optional ignoreGestures boolean prop that will prevent PanResponder pan handlers from being set on the View. 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 extend ViewProps for enhanced custom View control

mdaronco avatar Jun 11 '20 14:06 mdaronco