Skip to content

React Native Innovant UI Library

License

Notifications You must be signed in to change notification settings

ahmnouira/react-native-innovant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0c49b1b · Dec 18, 2022
Dec 18, 2022
Nov 25, 2021
Aug 7, 2021
Aug 11, 2021
Aug 11, 2021
Aug 8, 2021
Nov 25, 2021
Nov 25, 2021
Aug 8, 2021
Nov 25, 2021
Aug 8, 2021
Aug 8, 2021
Aug 8, 2021
Mar 26, 2022
Aug 9, 2021
Aug 9, 2021
Mar 26, 2022

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