testing-library / native-testing-library

🐳 Simple and complete React Native testing utilities that encourage good testing practices.
https://native-testing-library.com
MIT License
516 stars 44 forks source link

Wrong import in cheat-sheet.pdf #103

Closed iacopo87 closed 4 years ago

iacopo87 commented 4 years ago

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 :)

thymikee commented 4 years ago

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 :)