React native wrapper component for footer
npm i @fidisys/footer --save
import { Footer } from '@fidisys/footer'
<Container
style={{
alignItems: 'center'
}}>
<Header />
<Content />
<Footer>
<Text>Footer</Text>
</Footer>
</Container>
Prop | Type | Default | Description |
---|---|---|---|
style | React-Native StyleSheet Object | null | Custom styling for footer view |
MIT