Guy Carmeli 8 lat temu
rodzic
commit
6dc01f8ceb

+ 0
- 11
android/app/src/main/java/com/reactnativenavigation/utils/ReflectionUtils.java Wyświetl plik

@@ -43,15 +43,4 @@ public class ReflectionUtils {
43 43
             return null;
44 44
         }
45 45
     }
46
-
47
-//    public static Object invoke(Object object, String methodName) {
48
-//        try {
49
-//            Method method = object.getClass().getDeclaredMethod(methodName);
50
-//            method.setAccessible(true);
51
-//            return method.invoke(object);
52
-//        } catch (Exception e) {
53
-//            e.printStackTrace();
54
-//        }
55
-//        return null;
56
-//    }
57 46
 }