Don't change android layer type If possible because it cause different type of issues on different devices. If change is mandatory first cache current layer type using nativeView.getLayerType() so a reset will return it to its default value - not like now setting it always to software_layer.
Check #1874 for one such problem.
Don't change android layer type If possible because it cause different type of issues on different devices. If change is mandatory first cache current layer type using
nativeView.getLayerType()so a reset will return it to its default value - not like now setting it always tosoftware_layer.Check #1874 for one such problem.