Exemplo n.º 1
0
 @ReactProp(name = "nativeBackgroundAndroid")
 public void setNativeBackground(ReactViewGroup view, @Nullable ReadableMap bg) {
   view.setTranslucentBackgroundDrawable(
       bg == null
           ? null
           : ReactDrawableHelper.createDrawableFromJSDescription(view.getContext(), bg));
 }