Skip to content

Commit

Permalink
fix: properly import useBackButton on web
Browse files Browse the repository at this point in the history
  • Loading branch information
kacperkapusciak committed Aug 1, 2023
1 parent e5f753f commit 9e37c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/native/src/useBackButton.web.tsx
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export function useBackButton() {}
export default function useBackButton() {}

0 comments on commit 9e37c5d

Please sign in to comment.