Closed iacopo87 closed 4 years ago
Hello,
I saw that in the file cheat-sheet.pdf the import statement is:
cheat-sheet.pdf
import { render } from ‘native-testing-library’;
instead of
import { render } from '@testing-library/react-native';
so I think that is better if you update that document to match the rest of the documentation :)
FYI, this repository is no longer responsible for this package. See the migration guide to v7.0. Please feel free to generate the cheat-sheet.pdf there :)
Hello,
I saw that in the file
cheat-sheet.pdf
the import statement is:import { render } from ‘native-testing-library’;
instead of
import { render } from '@testing-library/react-native';
so I think that is better if you update that document to match the rest of the documentation :)