Quellcode durchsuchen

install reanimated and pod install

goodboy vor 6 Jahren
Ursprung
Commit
7c84ad99cf
2 geänderte Dateien mit 11 neuen und 0 gelöschten Zeilen
  1. 6 0
      ios/Podfile.lock
  2. 5 0
      package-lock.json

+ 6 - 0
ios/Podfile.lock

@@ -85,6 +85,8 @@ PODS:
     - React-fishhook (= 0.60.3)
   - RNGestureHandler (1.3.0):
     - React
+  - RNReanimated (1.1.0):
+    - React
   - RNVectorIcons (6.6.0):
     - React
   - yoga (0.60.3.React)
@@ -113,6 +115,7 @@ DEPENDENCIES:
   - React-RCTVibration (from `../node_modules/react-native/Libraries/Vibration`)
   - React-RCTWebSocket (from `../node_modules/react-native/Libraries/WebSocket`)
   - RNGestureHandler (from `../node_modules/react-native-gesture-handler`)
+  - RNReanimated (from `../node_modules/react-native-reanimated`)
   - RNVectorIcons (from `../node_modules/react-native-vector-icons`)
   - yoga (from `../node_modules/react-native/ReactCommon/yoga`)
 
@@ -167,6 +170,8 @@ EXTERNAL SOURCES:
     :path: "../node_modules/react-native/Libraries/WebSocket"
   RNGestureHandler:
     :path: "../node_modules/react-native-gesture-handler"
+  RNReanimated:
+    :path: "../node_modules/react-native-reanimated"
   RNVectorIcons:
     :path: "../node_modules/react-native-vector-icons"
   yoga:
@@ -197,6 +202,7 @@ SPEC CHECKSUMS:
   React-RCTVibration: dabb8d59bb47e1d9124b3f77bfdc1b33d42b0a74
   React-RCTWebSocket: f32b93e0953d7c07fd5dd45305406282cfdc95cf
   RNGestureHandler: 7ccf2f3f60458e084f9ada01fbaf610f6fef073c
+  RNReanimated: 45d9313b7a62318ed00d60a811937321e43e076e
   RNVectorIcons: 66af4d5c8ff4f584c7b7cd9c4b0780920f27fce2
   yoga: 88c514f310aff89b94a14c5fbf44b95735af0cb7
 

+ 5 - 0
package-lock.json

@@ -7089,6 +7089,11 @@
         "prop-types": "^15.5.10"
       }
     },
+    "react-native-reanimated": {
+      "version": "1.1.0",
+      "resolved": "https://registry.npmjs.org/react-native-reanimated/-/react-native-reanimated-1.1.0.tgz",
+      "integrity": "sha512-UGDVNfvuIkMqYUx6aytSzihuzv6sWubn0MQi8dRcw7BjgezhjJnVnJ/NSOcpL3cO+Ld7lFcRX6GKcskwkHdPkw=="
+    },
     "react-native-responsive-screen": {
       "version": "1.2.2",
       "resolved": "https://registry.npmjs.org/react-native-responsive-screen/-/react-native-responsive-screen-1.2.2.tgz",