I am getting the following error when trying to run the react-native-digital-ink package
Is there any way to solve this error?
2
you should install the component with pod install in ios folder. that way, react native will be able to use it in native
pod install
After installing native modules (pod install) do not forget to rebuild the application
npx react-native run-ios
Click here to cancel reply.
2
Answers
you should install the component with
pod install
in ios folder. that way, react native will be able to use it in nativeAfter installing native modules (
pod install
) do not forget to rebuild the applicationnpx react-native run-ios