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
Describe the bug
The package 'react-native-keyboard-controller' doesn't seem to be linked. Make sure
Code snippet
Repo for reproducing
I would be highly appreciate if you can provide repository for reproducing your issue. It can significantly reduce the time for discovering and fixing the problem.
Smartphone (please complete the following information):
Desktop OS: MacOS 13.0.1 (22A400)
Device: Testing with Jest
RN version: 0.70.5
Library version: 1.4.1
The text was updated successfully, but these errors were encountered:
Interesting 🤔
I thought unit tests should be running without any issues, since this library depends on modules, that are already mocked.
I will have a look on it now 👀
## 📜 Description
Will fix#101
## 💡 Motivation and Context
Right now it's not possible to write jest tests for components, that are
using this library. To overcome the limitation I added `mock` and wrote
several test cases as examples.
## 📢 Changelog
### CI
- run `example` tests;
### Docs
- added section about testing;
### Jest
- added mocks;
- added example of tests;
## 🤔 How Has This Been Tested?
Tested locally and on CI that tests are working fine.
## 📝 Checklist
- [x] CI successfully passed
Describe the bug
The package 'react-native-keyboard-controller' doesn't seem to be linked. Make sure
Code snippet

Repo for reproducing
I would be highly appreciate if you can provide repository for reproducing your issue. It can significantly reduce the time for discovering and fixing the problem.
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: