UNPKG

@react-navigation/native-stack

Version:
14 lines (13 loc) 335 B
"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