Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 815 Bytes

File metadata and controls

48 lines (35 loc) · 815 Bytes

@fidisys/footer

React native wrapper component for footer

Demo

Installation

npm i @fidisys/footer --save


Usage

import { Footer } from '@fidisys/footer'

Examples

<Container
style={{
  alignItems: 'center'
  }}>
  <Header />
  <Content />
  <Footer>
    <Text>Footer</Text>
  </Footer>
</Container>

Props

Prop Type Default Description
style React-Native StyleSheet Object null Custom styling for footer view

License

MIT