Skip to content

Commit

Permalink
fix: intro to reanimated example
Browse files Browse the repository at this point in the history
  • Loading branch information
enzomanuelmangano committed Feb 4, 2022
1 parent 1ed3499 commit 3fdc158
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions 00-introduction-to-reanimated-2/App.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
import React, { useEffect } from 'react';
import { StyleSheet, View } from 'react-native';
import {
PanGestureHandler,
PanGestureHandlerGestureEvent,
} from 'react-native-gesture-handler';
import Animated, {
useSharedValue,
useAnimatedStyle,
Expand Down
1 change: 0 additions & 1 deletion 00-introduction-to-reanimated-2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-41.0.0.tar.gz",
"react-native-gesture-handler": "~1.10.2",
"react-native-reanimated": "~2.1.0",
"react-native-web": "~0.13.12"
},
Expand Down

0 comments on commit 3fdc158

Please sign in to comment.