@takeoffmedia/react-native-penthera 0.8.2 → 0.8.3
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.
- package/ios/Penthera.swift +1 -1
- package/package.json +1 -1
package/ios/Penthera.swift
CHANGED
|
@@ -102,7 +102,7 @@ class Penthera: RCTEventEmitter, VirtuosoDownloadEngineNotificationsDelegate {
|
|
|
102
102
|
func initializeSdk(user: String, backplaneUrl: String, publicKey: String, privateKey: String, resolve: @escaping RCTPromiseResolveBlock, reject: @escaping RCTPromiseRejectBlock) -> Void {
|
|
103
103
|
guard let engineConfig = VirtuosoEngineConfig(
|
|
104
104
|
user: user,
|
|
105
|
-
backplaneUrl: backplaneUrl,
|
|
105
|
+
// backplaneUrl: backplaneUrl,
|
|
106
106
|
publicKey: publicKey,
|
|
107
107
|
privateKey: privateKey) else {
|
|
108
108
|
return reject("Penthera", "engine Config", nil)
|