pushy-react-native
Advanced tools
Comparing version 1.0.30 to 1.0.31
@@ -58,3 +58,14 @@ import { Platform, AppRegistry, NativeModules, NativeEventEmitter } from 'react-native'; | ||
// iOS: Define placeholder method(s) for Android-only functionality | ||
if (Platform.OS === 'ios') { | ||
Pushy.toggleFCM = () => {}; | ||
Pushy.setProxyEndpoint = () => {}; | ||
Pushy.setNotificationIcon = () => {}; | ||
Pushy.setHeartbeatInterval = () => {}; | ||
Pushy.setEnterpriseCertificate = () => {}; | ||
Pushy.toggleDirectConnectivity = () => {}; | ||
Pushy.togglePermissionVerification = () => {}; | ||
} | ||
// Expose module | ||
export default Pushy; |
{ | ||
"name": "pushy-react-native", | ||
"version": "1.0.30", | ||
"version": "1.0.31", | ||
"description": "The official Pushy SDK for React Native apps.", | ||
@@ -5,0 +5,0 @@ "main": "lib/Pushy.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
223521
166