Skip to content

1.1.3

Compare
Choose a tag to compare
@kmagiera kmagiera released this 04 Jun 20:22

Patch release that removes import of ToolbarAndroid. This is to maintain compatibility with new react-native version. I apologize everyone who might expirience compatibility issues after upgrading. If you've been using ToolbarAndroid from react-native-gesture-handler package please replace import with the following construct:

import { createNativeWrapper } from 'react-native-gesture-handler';
const ToolbarAndroid = createNativeWrapper(ToolbarAndroid);