Skip to content

Commit

Permalink
Merge pull request #12820 from margelo/fix/workaround-android-13-ANR-…
Browse files Browse the repository at this point in the history
…issue

Invert list manually on android
  • Loading branch information
mountiny authored Nov 22, 2022
2 parents 6fc1793 + 67660c5 commit 433546a
Show file tree
Hide file tree
Showing 9 changed files with 267 additions and 235 deletions.
2 changes: 2 additions & 0 deletions ios/NewExpensify.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -791,6 +791,7 @@
);
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
};
name = Debug;
Expand Down Expand Up @@ -844,6 +845,7 @@
"\"$(inherited)\"",
);
MTL_ENABLE_DEBUG_INFO = NO;
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
VALIDATE_PRODUCT = YES;
};
Expand Down
Loading

0 comments on commit 433546a

Please sign in to comment.