@bits-innovate/react-native-vstarcam 1.0.46 → 1.0.47
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -978,7 +978,7 @@ public class VStarCamModule extends ReactContextBaseJavaModule {
|
|
|
978
978
|
@ReactMethod
|
|
979
979
|
public void getSdkVersion(Promise promise) {
|
|
980
980
|
WritableMap result = Arguments.createMap();
|
|
981
|
-
result.putString("version", "1.0.
|
|
981
|
+
result.putString("version", "1.0.47");
|
|
982
982
|
result.putBoolean("nativeLoaded", isNativeLibraryLoaded);
|
|
983
983
|
result.putString("nativeLib", "OKSMARTPPCS");
|
|
984
984
|
result.putBoolean("p2pInitialized", isP2PInitialized);
|