Implement @ReactProp nativeBackgroundAndroid in RCTView

Reviewed By: ahmedre

Differential Revision: D2768671

fb-gh-sync-id: cb3ae29f1cecfaec103708cbc82cf4b57dc80d1a
This commit is contained in:
Denis Koroskin 2015-12-17 15:02:54 -08:00 committed by facebook-github-bot-3
parent c9410d0673
commit 18d2177989
1 changed files with 1 additions and 1 deletions

View File

@ -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();