diff --git a/Examples/AdvancedEffects/android/app/app.iml b/Examples/AdvancedEffects/android/app/app.iml
index 04987cfac2432bef82215719fb37ed437bebb771..eface3a8efca17f3f1edc8b74bfc9cae079937a1 100644
--- a/Examples/AdvancedEffects/android/app/app.iml
+++ b/Examples/AdvancedEffects/android/app/app.iml
@@ -78,7 +78,7 @@
-
+
@@ -97,6 +97,7 @@
+
@@ -104,7 +105,6 @@
-
diff --git a/Examples/AdvancedEffects/ios/AdvancedEffects/AppDelegate.m b/Examples/AdvancedEffects/ios/AdvancedEffects/AppDelegate.m
index 7b781db3da200ba275b4ed83a2834828cb5390bc..870a7653863e4bbd74649b1caff79ff79c49ee32 100644
--- a/Examples/AdvancedEffects/ios/AdvancedEffects/AppDelegate.m
+++ b/Examples/AdvancedEffects/ios/AdvancedEffects/AppDelegate.m
@@ -31,7 +31,7 @@
* on the same Wi-Fi network.
*/
- jsCodeLocation = [NSURL URLWithString:@"http://localhost:8081/index.ios.bundle?platform=ios&dev=true"];
+ jsCodeLocation = [NSURL URLWithString:@"http://192.168.0.26:8081/index.ios.bundle?platform=ios&dev=true"];
/**
* OPTION 2
diff --git a/android/RNGL.iml b/android/RNGL.iml
index da94af0025670f3a0730de90d6eeb16c76e1ab26..617d45a611462c5988f557878d2fa2e3f7b70aaa 100644
--- a/android/RNGL.iml
+++ b/android/RNGL.iml
@@ -1,5 +1,5 @@
-
+
@@ -85,6 +85,7 @@
+
@@ -92,7 +93,6 @@
-
diff --git a/android/src/main/java/com/projectseptember/RNGL/GLCanvasManager.java b/android/src/main/java/com/projectseptember/RNGL/GLCanvasManager.java
index ded4042648703a6a3dd797a05fe20b755f3123d8..734c9b3be50dd1a270d219e2e4e877385c2c76bf 100644
--- a/android/src/main/java/com/projectseptember/RNGL/GLCanvasManager.java
+++ b/android/src/main/java/com/projectseptember/RNGL/GLCanvasManager.java
@@ -13,7 +13,7 @@ import com.facebook.react.common.MapBuilder;
import com.facebook.react.uimanager.PointerEvents;
import com.facebook.react.uimanager.SimpleViewManager;
import com.facebook.react.uimanager.ThemedReactContext;
-import com.facebook.react.uimanager.ReactProp;
+import com.facebook.react.uimanager.annotations.ReactProp;
import java.util.Locale;
import java.util.Map;