callstackincubator / bs-react-native-paper

React Native Paper bindings for BS
MIT License
43 stars 11 forks source link

feat: add button example and fix button icon binding. #55

Closed Trancever closed 5 years ago

Trancever commented 6 years ago

Icon prop bindings were wrong. In paper2.0 we no longer support passing ReactElements as prop. The right way is to use render prop right now.

Trancever commented 6 years ago

Thanks for review! 👍