Ozan

Results 4 issues of Ozan

Hi, first thank you for this good Utility. I am trying to load gltf ( https://raw.githubusercontent.com/KhronosGroup/glTF-Sample-Models/master/2.0/AnimatedCube/glTF/AnimatedCube.gltf ). But I am getting error like ; **NullReferenceException: Object reference not set to...

Hi, I am getting these errors after I upgrade Galio to "galio-framework": "^0.7.1"; error: Error: Unable to resolve module `./Button` from `node_modules\galio-framework\src\index.js`: None of these files exist: * node_modules\galio-framework\src\Button(.native|.android.js|.native.js|.js|.android.json|.native.json|.json|.android.ts|.native.ts|.ts|.android.tsx|.native.tsx|.tsx) *...

Hi I am getting this error while building; java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at sun.instrument.InstrumentationImpl.loadClassAndStartAgent(InstrumentationImpl.java:386) at sun.instrument.InstrumentationImpl.loadClassAndCallPremain(InstrumentationImpl.java:401) Caused by: java.lang.IllegalArgumentException: No enum constant org.jacoco.agent.rt.internal_e5875b2.core.runtime.AgentOptions.OutputMode.f?le FATAL...

I would like to show myFirst popup view, then when I clicked a button inside myFirst popup view, I would like to dismiss myFirst popup view and open mySecond popup...