diff --git a/example/.env b/example/.env index 23ed790c..03ab65bf 100644 --- a/example/.env +++ b/example/.env @@ -1 +1 @@ -SERVER_URL=http://192.168.83.154:4000/socket +SERVER_URL=http://:/socket diff --git a/example/.env.production b/example/.env.production index fe94b564..6c2e48ba 100644 --- a/example/.env.production +++ b/example/.env.production @@ -1,2 +1,2 @@ -SERVER_URL=http://192.168.83.154:4000/socket +SERVER_URL=http://:/socket VIDEOROOM_URL=http://:/room/ \ No newline at end of file diff --git a/example/.env.test b/example/.env.test index fe94b564..6c2e48ba 100644 --- a/example/.env.test +++ b/example/.env.test @@ -1,2 +1,2 @@ -SERVER_URL=http://192.168.83.154:4000/socket +SERVER_URL=http://:/socket VIDEOROOM_URL=http://:/room/ \ No newline at end of file diff --git a/example/app.json b/example/app.json index 22f04a81..00030d71 100644 --- a/example/app.json +++ b/example/app.json @@ -4,10 +4,10 @@ "slug": "react-native-membrane-webrtc-example", "version": "1.0.0", "orientation": "portrait", - // "icon": "./assets/icon.png", + "icon": "./assets/icon.png", "userInterfaceStyle": "light", "splash": { - // "image": "./assets/splash.png", + "image": "./assets/splash.png", "resizeMode": "contain", "backgroundColor": "#ffffff" }, @@ -18,13 +18,13 @@ }, "android": { "adaptiveIcon": { - // "foregroundImage": "./assets/adaptive-icon.png", + "foregroundImage": "./assets/adaptive-icon.png", "backgroundColor": "#ffffff" }, "package": "com.membrane.reactnativemembrane" }, "web": { - // "favicon": "./assets/favicon.png" + "favicon": "./assets/favicon.png" } } }