Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
achou11 committed Jun 15, 2023
1 parent edd2fd2 commit fa86384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { LogBox } from "react-native";
import SplashScreen from "react-native-splash-screen";
import AsyncStorage from "@react-native-async-storage/async-storage";

// We need to wrap the app with this provider to fix an the bottom sheet modal backdrop
// We need to wrap the app with this provider to fix an issue with the bottom sheet modal backdrop
// not overlaying the navigation header. Without this, the header is accessible even when
// the modal is open, which we don't want (e.g. header back button shouldn't be reachable).
// See https://github.com/gorhom/react-native-bottom-sheet/issues/1157
Expand Down

0 comments on commit fa86384

Please sign in to comment.