react-native-video-controls
react-native-video-controls copied to clipboard
feat: add typescript declaration.
Hello,
Thank you for the great library. I've added typescript declaration for it.
Let me know if anything else needs changing.
Best Regards.
Arafat
nice
@itsnubix I've fixed the conflict. Can this get merged?
Thanks.
Bunch of questions here...firstly wth is a DuckNavigator lol.
@kylemilloy I'd be happy to answer all the questions you have.
firstly wth is a DuckNavigator lol.
This codebase only cares if the navigation object has a pop method and uses it. Many implementation of a navigator may have it, including @react-navigation/stack, react-native-screens/native-stack and react-native-navigation. So we only care of the passed navigation object has the pop method hence the DuckNavigator (reference to Duck Typing Practices).
Regards.
@kylemilloy can you please marge this?