ardaogulcan / react-native-keyboard-accessory

A React Native Keyboard Accessory (View, Navigation) Component. Sticky views on keyboard.
MIT License
527 stars 64 forks source link

fix KeyboardAccessoryNavigationProps typescript #57

Closed ifero closed 3 years ago

ifero commented 3 years ago

Based on the actual index.d.ts, whenever we want to use the KeyboardAccessoryNavigation component, we are forced to create empty children component because KeyboardAccessoryNavigationProps extends KeyboardAccessoryViewProps that has a children props as required.

before PR changes:

Screenshot 2020-10-28 at 16 11 22

after PR changes: image

nschild commented 3 years ago

+1

mariomnesp commented 3 years ago

+1