Closed rpadilla6 closed 1 year ago
Could you please test with this version with types improved?
yarn add react-native-keyboard-manager@https://github.com/douglasjunior/react-native-keyboard-manager#improve-types
I can confirm that the PR solves this issue. can someone merge and release please?
Done!
Hi there! Wanted to say thanks for making this, it's very helpful. Thanks for adding types for the main exported Keyboard manager, that does make my life a lot easier. Wanted to bring up
PreviousNextView
as a nice-to-have for a type as well, as currently typescript complains about no such exported member. I'm running a ts-ignore for now, but wanted to at least raise awareness of it. If I have a moment to make it myself I'll come back and submit a PR.