Browse Source

Add reanimated package

goodboy 6 years ago
parent
commit
1b3600978a
2 changed files with 4 additions and 0 deletions
  1. 3 0
      .gitignore
  2. 1 0
      package.json

+ 3 - 0
.gitignore

@@ -57,3 +57,6 @@ buck-out/
 
 # CocoaPods
 /ios/Pods/
+
+# VS CODE
+.vscode

+ 1 - 0
package.json

@@ -16,6 +16,7 @@
     "react-native-elements": "^1.1.0",
     "react-native-gesture-handler": "^1.3.0",
     "react-native-keep-awake": "^4.0.0",
+    "react-native-reanimated": "^1.1.0",
     "react-native-vector-icons": "^6.6.0",
     "react-navigation": "^3.11.1",
     "rn-class": "^1.0.20"