skip to Main Content

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

2

Answers


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

    Login or Signup to reply.
  2. After installing native modules (pod install) do not forget to rebuild the application

    npx react-native run-ios

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search