Skip to content

Commit

Permalink
Merge pull request #100 from redacademy/yk-feature-dependencies
Browse files Browse the repository at this point in the history
Install date picker
  • Loading branch information
siddharthparmar7 authored Dec 16, 2019
2 parents 0e8fbad + fc9015f commit 35443a3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions client/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,8 @@ PODS:
- ReactCommon/jscallinvoker (= 0.61.5)
- RNCAsyncStorage (1.6.3):
- React
- RNDateTimePicker (2.1.0):
- React
- RNGestureHandler (1.5.2):
- React
- RNReanimated (1.4.0):
Expand Down Expand Up @@ -274,6 +276,7 @@ DEPENDENCIES:
- ReactCommon/jscallinvoker (from `../node_modules/react-native/ReactCommon`)
- ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
- "RNCAsyncStorage (from `../node_modules/@react-native-community/async-storage`)"
- "RNDateTimePicker (from `../node_modules/@react-native-community/datetimepicker`)"
- RNGestureHandler (from `../node_modules/react-native-gesture-handler`)
- RNReanimated (from `../node_modules/react-native-reanimated`)
- RNScreens (from `../node_modules/react-native-screens`)
Expand Down Expand Up @@ -344,6 +347,8 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native/ReactCommon"
RNCAsyncStorage:
:path: "../node_modules/@react-native-community/async-storage"
RNDateTimePicker:
:path: "../node_modules/@react-native-community/datetimepicker"
RNGestureHandler:
:path: "../node_modules/react-native-gesture-handler"
RNReanimated:
Expand Down Expand Up @@ -385,6 +390,7 @@ SPEC CHECKSUMS:
React-RCTVibration: a49a1f42bf8f5acf1c3e297097517c6b3af377ad
ReactCommon: 198c7c8d3591f975e5431bec1b0b3b581aa1c5dd
RNCAsyncStorage: 3c304d1adfaea02ec732ac218801cb13897aa8c0
RNDateTimePicker: 9db00606d689f5653f08aa601c81b9d3266a0a19
RNGestureHandler: 946a7691e41df61e2c4b1884deab41a4cdc3afff
RNReanimated: b2ab0b693dddd2339bd2f300e770f6302d2e960c
RNScreens: f28b48b8345f2f5f39ed6195518291515032a788
Expand Down
1 change: 1 addition & 0 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"dependencies": {
"@react-native-community/async-storage": "^1.6.3",
"@react-native-community/blur": "^3.3.1",
"@react-native-community/datetimepicker": "^2.1.0",
"@react-native-community/slider": "^2.0.8",
"apollo-boost": "^0.4.4",
"final-form": "^4.18.6",
Expand Down
7 changes: 7 additions & 0 deletions client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -992,6 +992,13 @@
wcwidth "^1.0.1"
ws "^1.1.0"

"@react-native-community/datetimepicker@^2.1.0":
version "2.1.0"
resolved "https://registry.yarnpkg.com/@react-native-community/datetimepicker/-/datetimepicker-2.1.0.tgz#4e3413462cbbe5c48fab6cebd422835031cdf7b9"
integrity sha512-InktUrx0/4JTy1YsgswljgID7oB3L8wkFobRhnLGWPExSsNHeecGW2/nBP31ZaOPHcjVWhpOQMZt0zDpKfGE/Q==
dependencies:
invariant "^2.2.4"

"@react-native-community/eslint-config@^0.0.5":
version "0.0.5"
resolved "https://registry.yarnpkg.com/@react-native-community/eslint-config/-/eslint-config-0.0.5.tgz#584f6493258202a57efc22e7be66966e43832795"
Expand Down

0 comments on commit 35443a3

Please sign in to comment.