react-native-android
Advanced tools
+4
-3
@@ -6,5 +6,6 @@ import { NativeModules } from 'react-native'; | ||
| export default { | ||
| startScan: function () { | ||
| GoogleCast.startScan(); | ||
| }, | ||
| startScan: function (appId: ?string) | ||
| { | ||
| GoogleCast.startScan(appId); | ||
| } | ||
| }; |
+1
-1
| { | ||
| "name": "react-native-android", | ||
| "version": "1.0.0", | ||
| "version": "2.0.0", | ||
| "description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
34413
0.03%110
0.92%