@react-navigation/native-stack
Version:
Native stack navigator using react-native-screens
14 lines (13 loc) • 335 B
JavaScript
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
;