diff --git a/src/components/ScreenFooter.web.tsx b/src/components/ScreenFooter.web.tsx index 33030a09ba..14d935da91 100644 --- a/src/components/ScreenFooter.web.tsx +++ b/src/components/ScreenFooter.web.tsx @@ -1,5 +1,7 @@ import { View } from 'react-native'; const ScreenFooter = View; +const FooterComponent = View; export default ScreenFooter; +export { FooterComponent };