UNPKG

react-native-rewards

Version:

This package lets you easily add microinteractions to your app and reward users with the rain of confettis or flying emoji in seconds.

8 lines (5 loc) 179 B
/** @format */ import {AppRegistry} from 'react-native'; import App from './App'; import {name as appName} from './app.json'; AppRegistry.registerComponent(appName, () => App);