14 lines
335 B
JavaScript
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
|