mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Add e2e tests for array object props
Summary: Adds e2e tests for the array of object prop types in the codegen Reviewed By: rubennorte, motiz88 Differential Revision: D16814301 fbshipit-source-id: 613f32a888451c0c1b7359133b7bf88878e36916
This commit is contained in:
committed by
Facebook Github Bot
parent
86eb4c7f62
commit
958b7aa9aa
+3
@@ -48,4 +48,7 @@ public class ArrayPropsNativeComponentViewManager extends SimpleViewManager<View
|
||||
|
||||
@Override
|
||||
public void setSizes(ViewGroup view, ReadableArray value) {}
|
||||
|
||||
@Override
|
||||
public void setObject(ViewGroup view, ReadableArray value) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user