Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 452 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 452 Bytes

React Native Cube Scene

This is a simple scene with a cube that rotates around the Y axis. The cube can be dragged using pan gestures and can be rotated with the gyroscope. The cube also changes color and size when selected.

Technologies

  • React Native
  • Expo
  • React Native Gesture Handler
  • React Native Reanimated

Installation

  • Clone the repository
  • Run yarn to install dependencies
  • Run yarn start to start the development server