Skip to content

Commit

Permalink
chore: misc update
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Burtey committed Mar 27, 2024
1 parent 3dc5dd3 commit 0077722
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 30 deletions.
28 changes: 14 additions & 14 deletions app/screens/conversion-flow/conversion-success-screen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,6 @@ import { useNavigation } from "@react-navigation/native"
import { StackNavigationProp } from "@react-navigation/stack"
import { Text, makeStyles } from "@rneui/themed"

const useStyles = makeStyles(() => ({
successText: {
marginTop: 20,
},
container: {
flex: 1,
justifyContent: "center",
alignItems: "center",
},
screen: {
flexGrow: 1,
},
}))

export const ConversionSuccessScreen = () => {
const styles = useStyles()

Expand Down Expand Up @@ -55,3 +41,17 @@ export const ConversionSuccessScreen = () => {
</Screen>
)
}

const useStyles = makeStyles(() => ({
successText: {
marginTop: 20,
},
container: {
flex: 1,
justifyContent: "center",
alignItems: "center",
},
screen: {
flexGrow: 1,
},
}))
12 changes: 2 additions & 10 deletions ios/GaloyApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -574,11 +574,7 @@
ONLY_ACTIVE_ARCH = YES;
OTHER_CFLAGS = "$(inherited)";
OTHER_CPLUSPLUSFLAGS = "$(inherited)";
OTHER_LDFLAGS = (
"$(inherited)",
"-Wl",
"-ld_classic",
);
OTHER_LDFLAGS = "$(inherited)";
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
};
Expand Down Expand Up @@ -641,11 +637,7 @@
MTL_ENABLE_DEBUG_INFO = NO;
OTHER_CFLAGS = "$(inherited)";
OTHER_CPLUSPLUSFLAGS = "$(inherited)";
OTHER_LDFLAGS = (
"$(inherited)",
"-Wl",
"-ld_classic",
);
OTHER_LDFLAGS = "$(inherited)";
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
SWIFT_COMPILATION_MODE = wholemodule;
Expand Down
12 changes: 6 additions & 6 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -963,7 +963,7 @@ SPEC CHECKSUMS:
AppCheckCore: d0d4bcb6f90fd9f69958da5350467b79026b38c7
boost: 57d2868c099736d80fcd648bf211b4431e51a558
BVLinearGradient: 880f91a7854faff2df62518f0281afb1c60d49a3
DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
DoubleConversion: fea03f2699887d960129cc54bba7e52542b6f953
FBLazyVector: 5fbbff1d7734827299274638deb8ba3024f6c597
FBReactNativeSpec: 638095fe8a01506634d77b260ef8a322019ac671
Firebase: 4453b799f72f625384dc23f412d3be92b0e3b2a0
Expand All @@ -981,11 +981,11 @@ SPEC CHECKSUMS:
FirebaseSessions: f06853e30f99fe42aa511014d7ee6c8c319f08a3
FirebaseSharedSwift: c92645b392db3c41a83a0aa967de16f8bad25568
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b
GoogleAppMeasurement: a65314d316443969ed3d3709b3a187448ed6418f
GoogleDataTransport: 6c09b596d841063d76d4288cc2d2f42cc36e1e2a
GoogleUtilities: d053d902a8edaa9904e1bd00c37535385b8ed152
GT3Captcha-iOS: 3e7737ece3b2210ba19802be381b9aa88007f045
glog: 035f1e36e53b355cf70f6434d161b36e7d21fecd
GoogleAppMeasurement: 70ce9aa438cff1cfb31ea3e660bcc67734cb716e
GoogleDataTransport: 57c22343ab29bc686febbf7cbb13bad167c2d8fe
GoogleUtilities: 0759d1a57ebb953965c2dfe0ba4c82e95ccc2e34
GT3Captcha-iOS: 5e3b1077834d8a9d6f4d64a447a30af3e14affe6
hermes-engine: 9180d43df05c1ed658a87cc733dc3044cf90c00a
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
nanopb: d4d75c12cd1316f4a64e3c6963f879ecd4b5e0d5
Expand Down

0 comments on commit 0077722

Please sign in to comment.