Skip to content

ahmnouira/react-native-innovant

Repository files navigation

React Native Innovant UI Library


Get Started

Installation with npm

npm install react-native-innovant

Installation with yarn

yarn add react-native-innovant

Usage

import {Container, Button, ThemeProvider, ContextWrapper} from 'react-native-innovant'

export const App = () => {
    return (
        <ThemeProvider>
         <ContextWrapper>
          <Container>
           <Button title="Submit">
           </Container>
          </ContextWrapper>
        </ThemeProvider>
    )
}

Components