How to upload and download files in mendix (Native mobile)?

3
Hi, I want a functionality like when I click on a button, it opens a PDF  file. Please let me know how to achieve this in native mobile.   Thanks
asked
1 answers
2

I am not sure if it is even possible but the way to go is to integrate react-native-fs (found at https://www.npmjs.com/package/react-native-fs) to your project.

Let me know if you are able to do so.

 

answered