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 mock for KeyboardAvoidingView #97

Closed ZauberNerd closed 7 years ago

ZauberNerd commented 7 years ago

with version 0.29 react-native introduced the KeyboardAvoidingView. https://github.com/facebook/react-native/commit/8b78846a9501ef9c5ce9d1e18ee104bfae76af2e https://github.com/facebook/react-native/releases/tag/v0.29.0 https://facebook.github.io/react-native/releases/next/docs/keyboardavoidingview.html This commit adds a mock component with the same name, so that tests for code that uses this view do not break.