Skip to content

Commit

Permalink
Revert "Feat/#3/login"
Browse files Browse the repository at this point in the history
  • Loading branch information
psh320 authored Jun 7, 2022
1 parent 5fa1ce4 commit b37a925
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 310 deletions.
Empty file modified android/gradlew
100755 → 100644
Empty file.
6 changes: 0 additions & 6 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -355,8 +355,6 @@ PODS:
- React-perflogger (= 0.68.2)
- RNCMaskedView (0.1.11):
- React
- RNDateTimePicker (6.1.3):
- React-Core
- RNGestureHandler (2.4.2):
- React-Core
- RNReanimated (2.8.0):
Expand Down Expand Up @@ -453,7 +451,6 @@ DEPENDENCIES:
- React-runtimeexecutor (from `../node_modules/react-native/ReactCommon/runtimeexecutor`)
- ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
- "RNCMaskedView (from `../node_modules/@react-native-community/masked-view`)"
- "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 @@ -543,8 +540,6 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native/ReactCommon"
RNCMaskedView:
:path: "../node_modules/@react-native-community/masked-view"
RNDateTimePicker:
:path: "../node_modules/@react-native-community/datetimepicker"
RNGestureHandler:
:path: "../node_modules/react-native-gesture-handler"
RNReanimated:
Expand Down Expand Up @@ -602,7 +597,6 @@ SPEC CHECKSUMS:
React-runtimeexecutor: b960b687d2dfef0d3761fbb187e01812ebab8b23
ReactCommon: 095366164a276d91ea704ce53cb03825c487a3f2
RNCMaskedView: 0e1bc4bfa8365eba5fbbb71e07fbdc0555249489
RNDateTimePicker: 04b805a3cb4d386e5e6aff54b47ace7bad706fda
RNGestureHandler: 61628a2c859172551aa2100d3e73d1e57878392f
RNReanimated: 64573e25e078ae6bec03b891586d50b9ec284393
RNScreens: 40a2cb40a02a609938137a1e0acfbf8fc9eebf19
Expand Down
78 changes: 1 addition & 77 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"dependencies": {
"@react-native-community/datetimepicker": "^6.1.3",
"@react-native-community/masked-view": "^0.1.11",
"@react-navigation/bottom-tabs": "^6.3.1",
"@react-navigation/native": "^6.0.10",
Expand All @@ -25,13 +24,11 @@
"react-native-gesture-handler": "^2.4.2",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-nmap": "^0.0.66",
"react-native-modal-datetime-picker": "^13.1.2",
"react-native-paper": "^4.12.1",
"react-native-reanimated": "^2.8.0",
"react-native-safe-area-context": "^4.2.5",
"react-native-screens": "^3.13.1",
"react-native-vector-icons": "^9.1.0",
"recoil": "^0.7.3"
"react-native-vector-icons": "^9.1.0"
},
"devDependencies": {
"@babel/core": "^7.12.9",
Expand Down
35 changes: 0 additions & 35 deletions src/components/CategoryItem.tsx

This file was deleted.

1 change: 0 additions & 1 deletion src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ export * from './CircleBar';
export * from './RegisterNextButton';
export * from './RegisterHeader';
export * from './CheckBox';
export * from './CategoryItem';
2 changes: 1 addition & 1 deletion src/data/RegisterInterface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ export type RegisterInterface = {
gender: gender;
birthDate: Date | null;
address: string;
category: {};
category: number[];
};
Loading

0 comments on commit b37a925

Please sign in to comment.