Skip to content

Commit

Permalink
fix: do not hide register to bid modal on android (#10509)
Browse files Browse the repository at this point in the history
  • Loading branch information
MounirDhahri authored and araujobarret committed Jul 24, 2024
1 parent 856d452 commit 66dc69b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/AppRegistry.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ export const modules = defineModules({
AuctionRegistration: reactModule(RegistrationFlow, {
alwaysPresentModally: true,
hasOwnModalCloseButton: true,
fullBleed: true,
fullBleed: Platform.OS === "ios",
screenOptions: {
// Don't allow the screen to be swiped away by mistake
gestureEnabled: false,
Expand Down

0 comments on commit 66dc69b

Please sign in to comment.