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

Popular posts from this blog

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -