Files
Fluxup_PAP/node_modules/@react-navigation/native-stack/lib/module/views/FooterComponent.js
2026-03-10 16:18:05 +00:00

14 lines
335 B
JavaScript

"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