flexsurfer / rn-shadow-steroid

React Native with shadow-cljs on steroids
69 stars 8 forks source link

Add wrapper for react-native-vector-icons #5

Open flexsurfer opened 4 years ago

flexsurfer commented 4 years ago

original issue https://github.com/flexsurfer/rn-shadow-steroid/issues/4

As discussed in #2 and #3 please add wrappers for the following common components. Ideally they should reside in a separate namespace, and don't influence the build if not required.

https://github.com/oblador/react-native-vector-icons - with support for various icon sets

PR is welcomed: https://github.com/flexsurfer/rn-shadow-steroid/blob/master/src/steroid/rn/components/vector_icons.cljs#L3

Tentoshka commented 1 year ago

I suggest using @expo/vector-icons instead of react-native-vector-icons as this library is easier to install and built on top of react-native-vector-icons and uses a similar API.