RealOrangeOne / react-native-mock

A fully mocked and test-friendly version of react native (maintainers wanted)
MIT License
571 stars 153 forks source link

Add Keyboard Mock #77

Closed iyawnis closed 8 years ago

iyawnis commented 8 years ago

Keyboard module was added in RN 27.

RealOrangeOne commented 8 years ago

This mock is a little too dumb. Can you integrate it with the events mock so it actually triggers events that can be listened for in tests.

iyawnis commented 8 years ago

This would be triggering events keyboardWillShow/Did/Hide. When would the mock be triggering these?

RealOrangeOne commented 8 years ago

I dislike the fact it's a dumb mock, but that can be worked on in a further PR!