@logo-rn/logo-bottom-sheet
v0.2.1
Published
<LogoBottomSheet/> shows information that supplements the primary content of the app.
Downloads
7
Readme
@logo-rn/logo-bottom-sheet
shows information that supplements the primary content of the app.
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>