pushy-react-native
Advanced tools
Comparing version 1.0.21 to 1.0.22
@@ -48,2 +48,3 @@ import { Platform, AppRegistry, NativeModules, NativeEventEmitter } from 'react-native'; | ||
if (Platform.OS === 'android') { | ||
Pushy.setBadge = () => {}; | ||
Pushy.toggleInAppBanner = () => {}; | ||
@@ -50,0 +51,0 @@ } |
{ | ||
"name": "pushy-react-native", | ||
"version": "1.0.21", | ||
"version": "1.0.22", | ||
"description": "The official Pushy SDK for React Native apps.", | ||
@@ -5,0 +5,0 @@ "main": "lib/Pushy.js", |
218701
46