WIP: Change notification settings
This commit is contained in:
parent
351d4f3c6d
commit
af72b25932
14 changed files with 241 additions and 15 deletions
|
@ -1528,6 +1528,8 @@ PODS:
|
|||
- React-utils (= 0.74.3)
|
||||
- RNCAsyncStorage (1.23.1):
|
||||
- React-Core
|
||||
- RNDateTimePicker (8.2.0):
|
||||
- React-Core
|
||||
- RNDeviceInfo (11.1.0):
|
||||
- React-Core
|
||||
- RNGestureHandler (2.16.2):
|
||||
|
@ -1692,6 +1694,7 @@ DEPENDENCIES:
|
|||
- React-utils (from `../node_modules/react-native/ReactCommon/react/utils`)
|
||||
- ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
|
||||
- "RNCAsyncStorage (from `../node_modules/@react-native-async-storage/async-storage`)"
|
||||
- "RNDateTimePicker (from `../node_modules/@react-native-community/datetimepicker`)"
|
||||
- RNDeviceInfo (from `../node_modules/react-native-device-info`)
|
||||
- RNGestureHandler (from `../node_modules/react-native-gesture-handler`)
|
||||
- "rnmapbox-maps (from `../node_modules/@rnmapbox/maps`)"
|
||||
|
@ -1868,6 +1871,8 @@ EXTERNAL SOURCES:
|
|||
:path: "../node_modules/react-native/ReactCommon"
|
||||
RNCAsyncStorage:
|
||||
:path: "../node_modules/@react-native-async-storage/async-storage"
|
||||
RNDateTimePicker:
|
||||
:path: "../node_modules/@react-native-community/datetimepicker"
|
||||
RNDeviceInfo:
|
||||
:path: "../node_modules/react-native-device-info"
|
||||
RNGestureHandler:
|
||||
|
@ -1967,6 +1972,7 @@ SPEC CHECKSUMS:
|
|||
React-utils: a06061b3887c702235d2dac92dacbd93e1ea079e
|
||||
ReactCommon: f00e436b3925a7ae44dfa294b43ef360fbd8ccc4
|
||||
RNCAsyncStorage: 826b603ae9c0f88b5ac4e956801f755109fa4d5c
|
||||
RNDateTimePicker: 40ffda97d071a98a10fdca4fa97e3977102ccd14
|
||||
RNDeviceInfo: b899ce37a403a4dea52b7cb85e16e49c04a5b88e
|
||||
RNGestureHandler: 2282cfbcf86c360d29f44ace393203afd5c6cff7
|
||||
rnmapbox-maps: fe8c3204993ed3678f2c31b4b6ba55474e0c5899
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue