[Native] Client error: measureLayoutRelativeToContainingList threw an error

0
Hi all, Maybe someone can help me out. We have some native pages where there's a listview in a listview. When rendering the page (in MakeItNative app) a lot of client errors are shown in the console of Studio pro. Looks like an error per li. measureLayoutRelativeToContainingList threw an error value@http://192.168.68.114:8083/index.bundle?platform=ios&dev=false&minify=true:257:19375 http://192.168.68.114:8083/index.bundle?platform=ios&dev=false&minify=true:257:4648 http://192.168.68.114:8083/index.bundle?platform=ios&dev=false&minify=true:263:2062 b@http://192.168.68.114:8083/index.bundle?platform=ios&dev=false&minify=true:106:1197 k@http://192.168.68.114:8083/index.bundle?platform=ios&dev=false&minify=true:106:1340 C@http://192.168.68.114:8083/index.bundle?platform=ios&dev=false&minify=true:106:1394 N@http://192.168.68.114:8083/index.bundle?platform=ios&dev=false&minify=true:106:1692 A@http://192.168.68.114:8083/index.bundle?platform=ios&dev=false&minify=true:106:2482 z@http://192.168.68.114:8083/index.bundle?platform=ios&dev=false&minify=true:106:2297 http://192.168.68.114:8083/index.bundle?platform=ios&dev=false&minify=true:106:13914 _e@http://192.168.68.114:8083/index.bundle?platform=ios&dev=false&minify=true:106:88659 Ne@http://192.168.68.114:8083/index.bundle?platform=ios&dev=false&minify=true:106:13582 Ue@http://192.168.68.114:8083/index.bundle?platform=ios&dev=false&minify=true:106:13755 receiveEvent@http://192.168.68.114:8083/index.bundle?platform=ios&dev=false&minify=true:106:14164 value@http://192.168.68.114:8083/index.bundle?platform=ios&dev=false&minify=true:54:3685 http://192.168.68.114:8083/index.bundle?platform=ios&dev=false&minify=true:54:841 value@http://192.168.68.114:8083/index.bundle?platform=ios&dev=false&minify=true:54:2939 value@http://192.168.68.114:8083/index.bundle?platform=ios&dev=false&minify=true:54:813 value@[native code] I've found this topic https://github.com/software-mansion/react-native-gesture-handler/issues/707 but I'm not seeing any pointer on how to solve this in Mendix. How do you handle Listview in Listview in Native? Working on 8.14.1.
asked
2 answers
8

React Native does not like nested scroll containers. You can use a listview as outermost list container. Then use my widget to nest another list in your listview items. It can render items vertically as well. It is no scroll container so you won't get the error. 

https://appstore.home.mendix.com/link/app/114049/ITvisors/Native-responsive-listview

answered
0

Great widget to use Marcel. Really helped me out!

answered