diff --git a/RNGoogleAPIAvailability.js b/RNGoogleAPIAvailability.js index beed601..3f4d8b1 100644 --- a/RNGoogleAPIAvailability.js +++ b/RNGoogleAPIAvailability.js @@ -1,7 +1,6 @@ 'use strict'; var ReactNative = require('react-native') -var Platform = ReactNative.Platform var GoogleAPIAvailability = ReactNative.NativeModules.ReactNativeGooglePlayServices; class RNGoogleAPIAvailability { @@ -22,4 +21,4 @@ class RNGoogleAPIAvailability { } } -module.exports = new ReactNativeGoogleAPIAvailabilityBridge(); \ No newline at end of file +module.exports = new RNGoogleAPIAvailability();