instea / react-native-popup-menu

Popup menu component for React Native
ISC License
1.48k stars 248 forks source link

Improved DX by adding missing type definition #287

Open SufianBabri opened 2 weeks ago

SufianBabri commented 2 weeks ago

Hi. Thanks for this amazing library. I like the customization it allows with minimal effort.

I noticed that whenever I was adding this to my new projects, I needed to go through the documentation to know what properties I could pass and to which prop.

I've updated the type definitions which improves the DX.