Features
- add
debug.deep
and aliasdebug.shallow
todebug
(#37) - add
toJSON
to render; cleanupshallow
implementation (#35)
Fixes
- use mocks from Jest preset
react-native
; removefireEvent.onDoublePress
(#36) - remove unnecessary flow expression causing error in Expo (#31)
- do not bubble event to root element in
fireEvent
(#30)