MakeItNative not working after Studio Pro 9.24.9 update

0
Hi All,   I just updated my project to Mendix 9.24.9. After the update, MakeItNative is not working any longer. This is the error log:   Possible Unhandled Promise Rejection (id: 0): TypeError: undefined is not an object (evaluating '((_topLevelNavigator = topLevelNavigator) == null ? void 0 : _topLevelNavigator.state).nav') http://192.168.1.78:8083/index.bundle?platform=android&dev=true&minify=false&app=com.mendix.developerapp.mx9&modulesOnly=false&runModule=true:2261:118 handler@http://192.168.1.78:8083/index.bundle?platform=android&dev=true&minify=false&app=com.mendix.developerapp.mx9&modulesOnly=false&runModule=true:2269:8 fatalErrorHandler@http://192.168.1.78:8083/index.bundle?platform=android&dev=true&minify=false&app=com.mendix.developerapp.mx9&modulesOnly=false&runModule=true:2311:12 tryCallOne@http://192.168.1.78:8083/index.bundle?platform=android&dev=true&minify=false&app=com.mendix.developerapp.mx9&modulesOnly=false&runModule=true:33664:16 http://192.168.1.78:8083/index.bundle?platform=android&dev=true&minify=false&app=com.mendix.developerapp.mx9&modulesOnly=false&runModule=true:33745:27 http://192.168.1.78:8083/index.bundle?platform=android&dev=true&minify=false&app=com.mendix.developerapp.mx9&modulesOnly=false&runModule=true:34640:26 _callTimer@http://192.168.1.78:8083/index.bundle?platform=android&dev=true&minify=false&app=com.mendix.developerapp.mx9&modulesOnly=false&runModule=true:34559:17 _callReactNativeMicrotasksPass@http://192.168.1.78:8083/index.bundle?platform=android&dev=true&minify=false&app=com.mendix.developerapp.mx9&modulesOnly=false&runModule=true:34589:17 callReactNativeMicrotasks@http://192.168.1.78:8083/index.bundle?platform=android&dev=true&minify=false&app=com.mendix.developerapp.mx9&modulesOnly=false&runModule=true:34752:44 __callReactNativeMicrotasks@http://192.168.1.78:8083/index.bundle?platform=android&dev=true&minify=false&app=com.mendix.developerapp.mx9&modulesOnly=false&runModule=true:28227:46 http://192.168.1.78:8083/index.bundle?platform=android&dev=true&minify=false&app=com.mendix.developerapp.mx9&modulesOnly=false&runModule=true:28039:45 __guard@http://192.168.1.78:8083/index.bundle?platform=android&dev=true&minify=false&app=com.mendix.developerapp.mx9&modulesOnly=false&runModule=true:28211:15 flushedQueue@http://192.168.1.78:8083/index.bundle?platform=android&dev=true&minify=false&app=com.mendix.developerapp.mx9&modulesOnly=false&runModule=true:28038:21 flushedQueue@[native code] invokeCallbackAndReturnFlushedQueue@[native code]   The Mendix Native Calendar (https://marketplace.mendix.com/link/component/116200) is causing the issue. I was able to run the project again after removing this widget.     Does anyone know how to resolve this?
asked
1 answers
1

Some more dev's with similar/same issues, see https://github.com/mendixlabs/app-services-components/issues/13.

Looks like there is no workaround other than what you did, remove it from your project. 

The widget has community support so hopefully the community can help in refactoring the widget.

answered