Prop-types could not be found within the project

Yes I tried but it didn’t fix my Issue. I am developing a Mendix native app and below are the steps I followed

  1. Create Mendix Native App
  2. Create Native Widget
  3. 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
  4. Replace the Widget component.jsx code with App.js code given in above GitHub repo
  5. Run the app locally
  6. 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?