Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

document-upload-qsi

lims.id8MIT1.0.0

Installation

react, native, react-native, react-native-component, customcomponent, document-upload

readme

document-upload-qsi

Installation

Use Npm to install package: npm install document-upload-qsi

Use Yarn to install package: yarn add document-upload-qsi

Props

  • containerStyle: You can styling anything on container with styleprop
  • containerFlatlistStyle: You can styling anything on container flatlist with styleprop
  • contentFlatlistStyle: You can styling anything on content list with styleprop

Basic Usage

import QsiDocumentUpload from 'document-upload-qsi';

 <QsiDocumentUpload
    containerStyle={containerStyle}
    containerFlatlistStyle={containerFlatlistStyle}
    contentFlatlistStyle={contentFlatlistStyle}
 />

License

MIT