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

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

How to understand 2 main() functions after using uftrace to profile the C++ program? -

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