You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To fix it,
we added to the project podfile: pod 'react-native-pdf-view', :path => '../node_modules/react-native-pdf-view'
And we added two files Podfile and react-native-pdf-view.podspec to the node_modules/react-native-pdf-view.
We attached the files using txt extension. Podfile.txt react-native-pdf-view.podspec.txt
Then we run
cd/ios
pod install
The text was updated successfully, but these errors were encountered:
To fix it,
we added to the project podfile:
pod 'react-native-pdf-view', :path => '../node_modules/react-native-pdf-view'
And we added two files Podfile and react-native-pdf-view.podspec to the node_modules/react-native-pdf-view.
We attached the files using txt extension.
Podfile.txt
react-native-pdf-view.podspec.txt
Then we run
The text was updated successfully, but these errors were encountered: