Skip to content

Commit 4b374c7

Browse files
authored
chore(rna): remove picker dep (#3057)
1 parent 9ec17cd commit 4b374c7

File tree

4 files changed

+0
-13
lines changed

4 files changed

+0
-13
lines changed

examples/react-native/ios/Podfile.lock

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -361,8 +361,6 @@ PODS:
361361
- React-Core
362362
- RNCAsyncStorage (1.17.10):
363363
- React-Core
364-
- RNCPicker (2.4.8):
365-
- React-Core
366364
- SocketRocket (0.6.0)
367365
- Yoga (1.14.0)
368366
- YogaKit (1.18.1):
@@ -428,7 +426,6 @@ DEPENDENCIES:
428426
- ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
429427
- RNAWSCognito (from `../node_modules/amazon-cognito-identity-js`)
430428
- "RNCAsyncStorage (from `../../../node_modules/@react-native-async-storage/async-storage`)"
431-
- "RNCPicker (from `../node_modules/@react-native-picker/picker`)"
432429
- Yoga (from `../node_modules/react-native/ReactCommon/yoga`)
433430

434431
SPEC REPOS:
@@ -520,8 +517,6 @@ EXTERNAL SOURCES:
520517
:path: "../node_modules/amazon-cognito-identity-js"
521518
RNCAsyncStorage:
522519
:path: "../../../node_modules/@react-native-async-storage/async-storage"
523-
RNCPicker:
524-
:path: "../node_modules/@react-native-picker/picker"
525520
Yoga:
526521
:path: "../node_modules/react-native/ReactCommon/yoga"
527522

@@ -574,7 +569,6 @@ SPEC CHECKSUMS:
574569
ReactCommon: bf2888a826ceedf54b99ad1b6182d1bc4a8a3984
575570
RNAWSCognito: 9554c635fc9bfdc86d5d40084c792c318c9706bf
576571
RNCAsyncStorage: 0c357f3156fcb16c8589ede67cc036330b6698ca
577-
RNCPicker: 0bf8ef8f7800524f32d2bb2a8bcadd53eda0ecd1
578572
SocketRocket: fccef3f9c5cedea1353a9ef6ada904fde10d6608
579573
Yoga: 17cd9a50243093b547c1e539c749928dd68152da
580574
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a

examples/react-native/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
"@aws-amplify/ui-react-native": "*",
1919
"@react-native-async-storage/async-storage": "^1.17.5",
2020
"@react-native-community/netinfo": "^8.3.0",
21-
"@react-native-picker/picker": "^2.4.8",
2221
"@xstate/react": "3.0.0",
2322
"amazon-cognito-identity-js": "^5.2.11",
2423
"react": "17.0.2",

packages/react-native/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"@babel/cli": "^7.17.10",
2020
"@babel/core": "^7.17.10",
2121
"@babel/preset-env": "^7.17.10",
22-
"@react-native-picker/picker": "^2.4.8",
2322
"@testing-library/react-hooks": "^8.0.0",
2423
"@testing-library/react-native": "^11.1.0",
2524
"@types/react": "^17.0.2",

yarn.lock

Lines changed: 0 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)