corymsmith / react-native-icons

Quick and easy icons in React Native
MIT License
1.14k stars 141 forks source link

Working with NavigatorIOS #69

Closed steve-ng closed 9 years ago

steve-ng commented 9 years ago

In NavigatorIOS, there's are props for icon (such as rightButtonIcon) and they require an image as source.

Is there anyway to let us use react-native-icons?

corymsmith commented 9 years ago

Best option would be to use Navigator and just make a custom nav bar.

On Fri, Jul 17, 2015 at 8:10 PM, steve-ng notifications@github.com wrote:

In NavigatorIOS, there's are props for icon (such as rightButtonIcon) and they require an image as source.

Is there anyway to let us use react-native-icons?

Reply to this email directly or view it on GitHub: https://github.com/corymsmith/react-native-icons/issues/69

piyushchauhan2011 commented 9 years ago

:+1: @corymsmith