Skip to content

Commit

Permalink
Update Ficus UI to 1.3.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
ntorionbearstudio committed Nov 7, 2024
1 parent 52452f7 commit adc7880
Show file tree
Hide file tree
Showing 10 changed files with 209 additions and 20,091 deletions.
10 changes: 3 additions & 7 deletions app/(auth)/register.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,9 @@ const CardWarningRegister = () => {
<Button
onPress={() => router.push('/login')}
full
bg="transparent"
borderColor={colorModeValue('gray.800', 'gray.200')}
borderWidth={1}
borderRadius="md"
py={6}
mt={6}
mb={4}
colorScheme="brand"
bg={colorModeValue(undefined, 'gray.800')}
variant={colorModeValue('outline', 'solid')}
>
Sign in
</Button>
Expand Down
9 changes: 5 additions & 4 deletions app/(tabs)/account/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ const Account = () => {
isOpen={updateEmailCodeModal.isOpen}
onClose={updateEmailCodeModal.onClose}
form={emailValidationCodeForm}
email={account.email}
email={account.email as string}
isLoadingConfirm={isValidatingAccountEmail}
/>

Expand All @@ -297,7 +297,8 @@ const Account = () => {
confirmIcon="logout"
onConfirm={logout}
onCancel={logoutModal.onClose}
isVisible={logoutModal.isOpen}
isOpen={logoutModal.isOpen}
snapPoints={['30%']}
/>

<ConfirmationModal
Expand All @@ -308,8 +309,8 @@ const Account = () => {
isDisabledConfirm={!confirmation}
onConfirm={() => deleteAccountForm.submit()}
onCancel={deleteAccountModal.onClose}
isVisible={deleteAccountModal.isOpen}
h={420}
isOpen={deleteAccountModal.isOpen}
snapPoints={['45%']}
>
<Formiz connect={deleteAccountForm}>
<Stack spacing="lg">
Expand Down
56 changes: 28 additions & 28 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1268,27 +1268,6 @@ PODS:
- React-Core
- react-native-safe-area-context (4.10.1):
- React-Core
- react-native-slider (4.5.2):
- DoubleConversion
- glog
- hermes-engine
- RCT-Folly (= 2024.01.01.00)
- RCTRequired
- RCTTypeSafety
- React-Codegen
- React-Core
- React-debug
- React-Fabric
- React-featureflags
- React-graphics
- React-ImageManager
- React-NativeModulesApple
- React-RCTFabric
- React-rendererdebug
- React-utils
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- React-nativeconfig (0.74.1)
- React-NativeModulesApple (0.74.1):
- glog
Expand Down Expand Up @@ -1522,6 +1501,27 @@ PODS:
- React-Core
- RNDateTimePicker (8.0.1):
- React-Core
- RNGestureHandler (2.20.2):
- DoubleConversion
- glog
- hermes-engine
- RCT-Folly (= 2024.01.01.00)
- RCTRequired
- RCTTypeSafety
- React-Codegen
- React-Core
- React-debug
- React-Fabric
- React-featureflags
- React-graphics
- React-ImageManager
- React-NativeModulesApple
- React-RCTFabric
- React-rendererdebug
- React-utils
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- RNReanimated (3.10.1):
- DoubleConversion
- glog
Expand Down Expand Up @@ -1631,7 +1631,6 @@ DEPENDENCIES:
- React-Mapbuffer (from `../node_modules/react-native/ReactCommon`)
- react-native-ble-plx (from `../node_modules/react-native-ble-plx`)
- react-native-safe-area-context (from `../node_modules/react-native-safe-area-context`)
- "react-native-slider (from `../node_modules/@react-native-community/slider`)"
- React-nativeconfig (from `../node_modules/react-native/ReactCommon`)
- React-NativeModulesApple (from `../node_modules/react-native/ReactCommon/react/nativemodule/core/platform/ios`)
- React-perflogger (from `../node_modules/react-native/ReactCommon/reactperflogger`)
Expand All @@ -1657,6 +1656,7 @@ DEPENDENCIES:
- 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`)"
- RNGestureHandler (from `../node_modules/react-native-gesture-handler`)
- RNReanimated (from `../node_modules/react-native-reanimated`)
- RNScreens (from `../node_modules/react-native-screens`)
- RNSVG (from `../node_modules/react-native-svg`)
Expand Down Expand Up @@ -1778,8 +1778,6 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native-ble-plx"
react-native-safe-area-context:
:path: "../node_modules/react-native-safe-area-context"
react-native-slider:
:path: "../node_modules/@react-native-community/slider"
React-nativeconfig:
:path: "../node_modules/react-native/ReactCommon"
React-NativeModulesApple:
Expand Down Expand Up @@ -1830,6 +1828,8 @@ EXTERNAL SOURCES:
:path: "../node_modules/@react-native-async-storage/async-storage"
RNDateTimePicker:
:path: "../node_modules/@react-native-community/datetimepicker"
RNGestureHandler:
:path: "../node_modules/react-native-gesture-handler"
RNReanimated:
:path: "../node_modules/react-native-reanimated"
RNScreens:
Expand Down Expand Up @@ -1871,7 +1871,7 @@ SPEC CHECKSUMS:
hermes-engine: 16b8530de1b383cdada1476cf52d1b52f0692cbc
MultiplatformBleAdapter: 5a6a897b006764392f9cef785e4360f54fb9477d
RCT-Folly: 02617c592a293bd6d418e0a88ff4ee1f88329b47
RCTDeprecation: 4dc9c8fbcb15bc9e8f3cfa601ddc190e120f099b
RCTDeprecation: efb313d8126259e9294dc4ee0002f44a6f676aba
RCTRequired: f49ea29cece52aee20db633ae7edc4b271435562
RCTTypeSafety: a11979ff0570d230d74de9f604f7d19692157bc4
ReachabilitySwift: 2128f3a8c9107e1ad33574c6e58e8285d460b149
Expand All @@ -1897,7 +1897,6 @@ SPEC CHECKSUMS:
React-Mapbuffer: 11029dcd47c5c9e057a4092ab9c2a8d10a496a33
react-native-ble-plx: f10240444452dfb2d2a13a0e4f58d7783e92d76e
react-native-safe-area-context: dcab599c527c2d7de2d76507a523d20a0b83823d
react-native-slider: ce295d2bf830a7990af05b0bd70ab28c133e230c
React-nativeconfig: b0073a590774e8b35192fead188a36d1dca23dec
React-NativeModulesApple: df46ff3e3de5b842b30b4ca8a6caae6d7c8ab09f
React-perflogger: 3d31e0d1e8ad891e43a09ac70b7b17a79773003a
Expand All @@ -1923,14 +1922,15 @@ SPEC CHECKSUMS:
ReactCommon: f42444e384d82ab89184aed5d6f3142748b54768
RNCAsyncStorage: 826b603ae9c0f88b5ac4e956801f755109fa4d5c
RNDateTimePicker: b6a9b35a785ecbe12b4e7d6de5439d0aa4614146
RNGestureHandler: a8e61b93b4c5c44e6cd797cdaba43126ec36acaa
RNReanimated: 35f9ac9c3ac42d0497ebd1cce5c39d7687a8493e
RNScreens: b32a9ff15bea7fcdbe5dff6477bc503f792b1208
RNSVG: 7c3f3fac9de6d67eee5525a8bafffafaaf022991
RNSVG: a48668fd382115bc89761ce291a81c4ca5f2fd2e
RNVectorIcons: 8b5bb0fa61d54cd2020af4f24a51841ce365c7e9
SocketRocket: abac6f5de4d4d62d24e11868d7a2f427e0ef940d
sqlite3: 02d1f07eaaa01f80a1c16b4b31dfcbb3345ee01a
Yoga: b9a182ab00cf25926e7f79657d08c5d23c2d03b0

PODFILE CHECKSUM: edb7b99090148dfc48e388e35b25b9a313d67ffd

COCOAPODS: 1.11.3
COCOAPODS: 1.15.2
Loading

0 comments on commit adc7880

Please sign in to comment.