Posts

Showing posts with the label crash

RuntimeException with React Native Android

Recently we've integrated react native into our app with just simple text view. We're getting this crash on all kind of devices. Fatal Exception: java.lang.RuntimeException: TypeError: undefined is not a function (evaluating 'Object.create(null)') (index.android.bundle:2) at com.facebook.react.cxxbridge.CatalystInstanceImpl.loadScriptFromAssets(CatalystInstanceImpl.java) at com.facebook.react.cxxbridge.JSBundleLoader$1.loadScript(JSBundleLoader.java:33) at com.facebook.react.cxxbridge.CatalystInstanceImpl.runJSBundle(CatalystInstanceImpl.java:177) at com.facebook.react.XReactInstanceManagerImpl$4.call(XReactInstanceManagerImpl.java:918) at com.facebook.react.XReactInstanceManagerImpl$4.call(XReactInstanceManagerImpl.java:911) at com.facebook.react.bridge.queue.MessageQueueThreadImpl$1.run(MessageQueueThreadImpl.java:74) at android.os.Handler.handleCallback(Handler.java:733) at android.os.Handler.dispatchMessa...

JSApplicationIllegalArgumentException with React Native Android

Recently we've integrated react native into our app with just simple text view. We're getting this crash on all kind of devices. Fatal Exception: com.facebook.react.bridge.JSApplicationIllegalArgumentException: Error while updating property 'flex' in shadow node of type: RCTView at com.facebook.react.uimanager.ViewManagersPropertyCache$PropSetter.updateShadowNodeProp(ViewManagersPropertyCache.java:109) at com.facebook.react.uimanager.ViewManagerPropertyUpdater$FallbackShadowNodeSetter.setProperty(ViewManagerPropertyUpdater.java:148) at com.facebook.react.uimanager.ViewManagerPropertyUpdater.updateProps(ViewManagerPropertyUpdater.java:52) at com.facebook.react.uimanager.ReactShadowNode.updateProperties(ReactShadowNode.java:222) at com.facebook.react.uimanager.UIImplementation.createView(UIImplementation.java:177) at com.facebook.react.uimanager.UIManagerModule.createView(UIManagerModule.java:222) at java.lang.reflect...