0.0.1 • Published 5 years ago

@rnhooks/interaction-manager v0.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

@rnhooks/interaction-manager Build Status Maintainability

React Native hook for Interaction Manager

Installation

yarn add @rnhooks/interaction-manager

Usage

import useCameraRoll from '@rnhooks/interaction-manager';

function App() {
  const interactionComplete = useInteractionManager();
  
  return (
    <View style={styles.container}>
      <Text style={styles.welcome}>@rnhooks/interaction-manager</Text>
      <Text style={styles.instructions}>{interactionComplete.toString()}</Text>
    </View>
  );
}

Output

NameDefaultTypeDescription
interactionCompletefalsebooleanInteraction Complete