Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 156 Bytes

File metadata and controls

9 lines (9 loc) · 156 Bytes
// ...
return (
  <GestureHandlerRootView>
    <Animated.View style={[styles.ball, animatedStyles]} />
  </GestureHandlerRootView>
);
// ...