Bhoos / react-native-theming

A theming library for React Native applications
129 stars 22 forks source link

Integration with React-Native-Navigation #2

Open BurnedChris opened 6 years ago

BurnedChris commented 6 years ago

Hello, Love the repo. I have been wanting to implementing this library and been having success! One problem that I need to be tacked before fully implemented into my app is switching TabBar & Navigation Bar Colours from react-native-navigation!

There docs are here, Any clue how to implement this? Thanks

syaau commented 6 years ago

Thanks @Burnsy

I went through their styling docs. But it looks like the styling is quite rigid with react-native-navigation. I could not find a way to change the style once it is initialized. Do you know of any hooks or tricks to change the style ?

BurnedChris commented 6 years ago

I think it is a more underlining problem with V1 of, react-native-navigation. Possibly could be fixed with v2 Though!