Implement @ReactProp nativeBackgroundAndroid in RCTView
Reviewed By: ahmedre Differential Revision: D2768671 fb-gh-sync-id: cb3ae29f1cecfaec103708cbc82cf4b57dc80d1a
This commit is contained in:
parent
c9410d0673
commit
18d2177989
|
@ -27,7 +27,7 @@ import com.facebook.react.uimanager.ViewProps;
|
|||
* Utility class that helps with converting android drawable description used in JS to an actual
|
||||
* instance of {@link Drawable}.
|
||||
*/
|
||||
/* package */ class ReactDrawableHelper {
|
||||
public class ReactDrawableHelper {
|
||||
|
||||
private static final TypedValue sResolveOutValue = new TypedValue();
|
||||
|
||||
|
|
Loading…
Reference in New Issue