Home > Mobile >  I am getting the following error when trying to run the react-native-digital-ink package
I am getting the following error when trying to run the react-native-digital-ink package

Time:09-17

I am getting the following error when trying to run the react-native-digital-ink package

Is there any way to solve this error? enter image description here

CodePudding user response:

you should install the component with pod install in ios folder. that way, react native will be able to use it in native

CodePudding user response:

After installing native modules (pod install) do not forget to rebuild the application

npx react-native run-ios

  • Related