"use strict"; import React from 'react'; import { ScreenFooter } from 'react-native-screens'; import { jsx as _jsx } from "react/jsx-runtime"; export function FooterComponent({ children }) { return /*#__PURE__*/_jsx(ScreenFooter, { collapsable: false, children: children }); } //# sourceMappingURL=FooterComponent.js.map