Owen Hart

Results 4 comments of Owen Hart

Here's a mock that swaps out KeyboardAwareScrollView with a ScrollView to avoid massive diffs in your jest snapshots compared to using `({ children }) => children` ``` jest.mock('react-native-keyboard-aware-scroll-view', () =>...

In my case, this error happened when attempting to call ReactDelegate's onHostResume from a view in an Activity that was no longer visible, e.g. in the Activity back stack. So...

@lacostej I have made the changes you recommended, thanks for reviewing this!

Anyone have a chance to review this yet? Is the proposed fix acceptable?