Skip to content

Commit

Permalink
Fix running on web
Browse files Browse the repository at this point in the history
  • Loading branch information
kkafar committed Nov 22, 2024
1 parent e9f5df0 commit a4c293d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/ScreenFooter.web.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import { View } from 'react-native';

const ScreenFooter = View;
const FooterComponent = View;

export default ScreenFooter;
export { FooterComponent };

0 comments on commit a4c293d

Please sign in to comment.