UNPKG

react-native-pushbots

Version:

React Native Pushbots for Android and iOS (soon)

16 lines (7 loc) 181 B
'use strict'; import React, {NativeModules} from 'react-native' const PushbotsManager = NativeModules.Pushbots; export default class Pushbots { constructor(){ } }