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

Remove obsoleted native component mocking #135

Closed mym0404 closed 4 years ago

mym0404 commented 4 years ago

What: Remove deprecated native component mocking process. The internal codes in React Native are changed since 0.63. This is suggested in #126 by TheSavior

Why: The mocking about the native component has to be refactored. This is the first step to that.

How:

Checklist:

mym0404 commented 4 years ago

This pr is needless if #136 is merged