android productflavors - Is there a way to build a slightly different app layout in react-native? -
i need build app little changes on layout like, logo, default colors, etc...
it's possible acomplish in react-native?
i think call product flavors on android world...
yes should possible. quick search turned article on git showing exact functionality worked on:
https://github.com/facebook/react-native/pull/6010
that being said, looks though command is:
react-native run-android --flavor=free hope helps!
Comments
Post a Comment