1.1.0 • Published 2 years ago

react-native-skoverlay v1.1.0

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

react-native-skoverlay

Expose SKOverlay (iOS only) for react-native Do nothing on android Inspired from : https://github.com/stevenselcuk/react-native-app-promoter

Installation

yarn add react-native-skoverlay

Usage

import { showOverlay } from 'react-native-skoverlay';

// ...

showOverlay(1234, 'bottomRaised', 'mygreatpromotion');

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library