react-native-pdf
react-native-pdf copied to clipboard
SyntaxError: Cannot use import statement outside a module
What react-native version are you using?
0.63.4
What react-native-pdf version are you using?
6.3.0
Describe your issue as precisely as possible : When I'm creating a simple snapshot testing using jest and react-native-testing-library an error occurs:
.../node_modules/react-native-pdf/index.js:10
import React, {Component} from 'react';
^^^^^^
Show us the code you are using?
In my component file
<PDF
source={source}
onError={error => {
console.log(error)
}}
/>
Obs: I'm using typescript.
Any updates on this? I am stuck on this issue!
Still no updates?
No update guys, we removed the test to this component for now.
@opatricpires This should be of help for this type of error https://stackoverflow.com/a/55803188