-
Notifications
You must be signed in to change notification settings - Fork 11
Description
The widget stopped working after upgrading to Mendix 9.24.1. This version has a newer version of React Native which does not support ViewPropTypes. Here is my stacktrace:
`ViewPropTypes has been removed from React Native. Migrate to ViewPropTypes exported from 'deprecated-react-native-prop-types'.
Stack:
invariant@http://172.16.144.152:8083/index.bundle?platform=ios&dev=true&minify=false:12840:26
ViewPropTypes@http://172.16.144.152:8083/index.bundle?platform=ios&dev=true&minify=false:12717:16
node_modulesReactNativeCalendarsSrcCalendarIndexJs@http://172.16.144.152:8083/index.bundle?platform=ios&dev=true&minify=false:229794:36
webpack_require@http://172.16.144.152:8083/index.bundle?platform=ios&dev=true&minify=false:199093:29
node_modulesReactNativeCalendarsSrcIndexJs@http://172.16.144.152:8083/index.bundle?platform=ios&dev=true&minify=false:232369:65
webpack_require@http://172.16.144.152:8083/index.bundle?platform=ios&dev=true&minify=false:199093:29
srcComponentsCalendarInitTsx@http://172.16.144.152:8083/index.bundle?platform=ios&dev=true&minify=false:243235:84
webpack_require@http://172.16.144.152:8083/index.bundle?platform=ios&dev=true&minify=false:199093:29
srcCalendarNativeWidgetTsx@http://172.16.144.152:8083/index.bundle?platform=ios&dev=true&minify=false:243121:86
webpack_require@http://172.16.144.152:8083/index.bundle?platform=ios&dev=true&minify=false:199093:29
@http://172.16.144.152:8083/index.bundle?platform=ios&dev=true&minify=false:199147:31
@http://172.16.144.152:8083/index.bundle?platform=ios&dev=true&minify=false:199148:4
loadModuleImplementation@http://172.16.144.152:8083/index.bundle?platform=ios&dev=true&minify=false:257:14
@http://172.16.144.152:8083/index.bundle?platform=ios&dev=true&minify=false:190309:42
loadModuleImplementation@http://172.16.144.152:8083/index.bundle?platform=ios&dev=true&minify=false:257:14
@http://172.16.144.152:8083/index.bundle?platform=ios&dev=true&minify=false:189359:37
loadModuleImplementation@http://172.16.144.152:8083/index.bundle?platform=ios&dev=true&minify=false:257:14
guardedLoadModule@http://172.16.144.152:8083/index.bundle?platform=ios&dev=true&minify=false:158:47
registerPages@http://172.16.144.152:8083/index.bundle?platform=ios&dev=true&minify=false:1284:76
@http://172.16.144.152:8083/index.bundle?platform=ios&dev=true&minify=false:6660:68
@http://172.16.144.152:8083/index.bundle?platform=ios&dev=true&minify=false:6661:10
generatorResume@[native code]
asyncGeneratorStep@http://172.16.144.152:8083/index.bundle?platform=ios&dev=true&minify=false:7025:26
_next@http://172.16.144.152:8083/index.bundle?platform=ios&dev=true&minify=false:7044:29
tryCallOne@http://172.16.144.152:8083/index.bundle?platform=ios&dev=true&minify=false:33981:16
@http://172.16.144.152:8083/index.bundle?platform=ios&dev=true&minify=false:34062:27
@http://172.16.144.152:8083/index.bundle?platform=ios&dev=true&minify=false:34942:26
_callTimer@http://172.16.144.152:8083/index.bundle?platform=ios&dev=true&minify=false:34861:17
_callReactNativeMicrotasksPass@http://172.16.144.152:8083/index.bundle?platform=ios&dev=true&minify=false:34891:17
callReactNativeMicrotasks@http://172.16.144.152:8083/index.bundle?platform=ios&dev=true&minify=false:35054:44
__callReactNativeMicrotasks@http://172.16.144.152:8083/index.bundle?platform=ios&dev=true&minify=false:28540:46
@http://172.16.144.152:8083/index.bundle?platform=ios&dev=true&minify=false:28352:45
__guard@http://172.16.144.152:8083/index.bundle?platform=ios&dev=true&minify=false:28524:15
flushedQueue@http://172.16.144.152:8083/index.bundle?platform=ios&dev=true&minify=false:28351:21
flushedQueue@[native code]
invokeCallbackAndReturnFlushedQueue@[native code]`