react-native-innovant
TypeScript icon, indicating that this package has built-in type declarations

0.3.1 • Public • Published

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

/react-native-innovant/

    Package Sidebar

    Install

    npm i react-native-innovant

    Weekly Downloads

    1

    Version

    0.3.1

    License

    MIT

    Unpacked Size

    305 kB

    Total Files

    475

    Last publish

    Collaborators

    • ahmnouira