Custom widget for native mobile

0
We are trying to create our custom calendar widget for native mobile application. We are using https://github.com/acro5piano/react-native-big-calendar this react native component. So on click of event for calendar events we have to call nanoflow which is on mendix side. That nanoflow has parameter which is domain entity. There is also one another nanoflow which expects date as parameter. How can we achieve this? In action property type didn't found any ways to do this. If you give any sample project link it will be really helpful. 
asked
1 answers
0

Try creating an attribute property of the type DateTime. Then you can set the value of the attribute before calling the nanoflow.

answered