1.0.0 • Published 4 years ago

@anvilapp/react-native-overlay-container v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Install

npm install @anvilapp/react-native-overlay-container --save

or

yarn add @anvilapp/react-native-overlay-container

Usage example

import OverlayContainer from '@anvilapp/react-native-overlay-container';

<OverlayContainer visible={true}>
    <Text>Splash</Text>
</OverlayContainer>