fable-compiler / fable-react-native

Fable bindings and helpers for React Native projects
Apache License 2.0
49 stars 11 forks source link

Update Fable.ReactNativePopupMenu #52

Closed alfonsogarciacaro closed 5 years ago

alfonsogarciacaro commented 5 years ago

As usual it builds but I haven't tested, though it should work 😸 I've tried to simplify the types, just by using ReactElementType in the generic version when there are typed props (I've also removed the interfaces when they were not necessary) and the untyped version when there is no props declaration (like for MenuOptions).

forki commented 5 years ago

Hugs! will try to finish it all today!