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

android - ConstraintLayout: Realign baseline constraint in case if dependent view visibility was set to GONE -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

c# - Update a combobox from a presenter (MVP) -