Yes I tried but it didn’t fix my Issue. I am developing a Mendix native app and below are the steps I followed
- Create Mendix Native App
- Create Native Widget
- As mentioned in GitHub - PDFTron/pdftron-react-native: A convenience wrapper for building react native apps with PDFTron mobile SDK. run below steps into widget project
npm install github:PDFTron/pdftron-react-native --save
npm install @react-native-community/cli --save-dev
npm install @react-native-community/cli-platform-android --save-dev
npm install @react-native-community/cli-platform-ios --save-dev - Replace the Widget component.jsx code with App.js code given in above GitHub repo
- Run the app locally
- Try viewing the native app using Make it Native. It throws above error
I saw a sample code available for Mendix web integration(https://www.pdftron.com/documentation/web/mendix/). Do you have the similar code available for Native integration?