0.2.1 • Published 9 months ago

@logo-rn/logo-bottom-sheet v0.2.1

Weekly downloads
-
License
See license in LI...
Repository
-
Last release
9 months ago

@logo-rn/logo-bottom-sheet

shows information that supplements the primary content of the app.

npm version

Installation

Install the component:

npm i @logo-rn/logo-bottom-sheet -s

Usage

Once installed, import the component in your application:

import {LogoBottomSheet} from '@logo-rn/logo-bottom-sheet';
   <LogoBottomSheet>
     <View> <Text>Form1</Text> </View>
     <View> <Text>Form2</Text> </View>
   </LogoBottomSheet>

For more detailed information, please visit:

Logo Elements Documentation ↗