Skip to content

Commit

Permalink
fixed QR local storage saving
Browse files Browse the repository at this point in the history
  • Loading branch information
tedydevmac committed May 24, 2024
1 parent 6f9a33f commit 32d32ed
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 13 deletions.
20 changes: 12 additions & 8 deletions Stamps.js

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

2 changes: 1 addition & 1 deletion ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1479,7 +1479,7 @@ SPEC CHECKSUMS:
RNSVG: a48668fd382115bc89761ce291a81c4ca5f2fd2e
RNVectorIcons: 96e8c5c45609932bb2f8347e1c709bcca0e95654
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
Yoga: e5b887426cee15d2a326bdd34afc0282fc0486ad
Yoga: 2a16e58450c48e110211dae1159fb114bbcdcfc0

PODFILE CHECKSUM: 8862d635fea77313020ccfb746a150b8ac690527

Expand Down
10 changes: 8 additions & 2 deletions ios/SSTOpenHouse2024.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,10 @@
"-DFOLLY_USE_LIBCPP=1",
"-DFOLLY_CFG_NO_COROUTINES=1",
);
OTHER_LDFLAGS = "$(inherited) ";
OTHER_LDFLAGS = (
"$(inherited)",
" ",
);
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
USE_HERMES = true;
Expand Down Expand Up @@ -686,7 +689,10 @@
"-DFOLLY_USE_LIBCPP=1",
"-DFOLLY_CFG_NO_COROUTINES=1",
);
OTHER_LDFLAGS = "$(inherited) ";
OTHER_LDFLAGS = (
"$(inherited)",
" ",
);
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
USE_HERMES = true;
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

0 comments on commit 32d32ed

Please sign in to comment.