Releases: ardaogulcan/react-native-keyboard-accessory
Releases · ardaogulcan/react-native-keyboard-accessory
0.1.4
- Fix Detached KeyboardAccessoryView on ejected Android Apps. (Issue: #17 , Commit: 9fd6849)
0.1.2
- Fix Babel 7 rest operator issue. #20
0.1.1
BREAKING CHANGE:
4bb5976
- Changed
KeyboardAwareTabBarComponent
's tabBarComponent
prop to TabBarComponent
- Remove
defaultProp
from KeyboardAwareTabBarComponent
to avoid react-navigation
dependency. Now, TabBarComponent
prop is required and you should provide TabBarComponent
from your project.
0.0.12
- Update
KeyboardAccessoryView
to support React 16.3 lifecycle hooks. 74324c9
0.0.11
- Add
inSafeAreaView
prop to support SafeAreaView
on iPhoneX 7e54b86
0.0.9
- Fix depreciated View.propTypes #14
0.0.8
- Add default top border to KeyboardAccessoryView (and Navigation) to comply with iOS Input Accessory View 7a29bfc
- Fix issue obscure other UI elements when keyboard is hidden on some devices #8
- Fix android adjustResize issue and add KeyboardAwareTabBarComponent for use with react-navigation TabNavigator. #4
0.0.7
- Add props for hiding next/previous buttons on KeyboardAccessoryNavigation #6
- Fixes postinstall bug from version 0.0.6 625b529