Open sourced CatalystSubviewsClippingTestCase test for RN Android

Reviewed By: bestander

Differential Revision: D3411402

fbshipit-source-id: c4f51f0366c30815a3a409ee13b61900d882fcc9
This commit is contained in:
Ovidiu Viorel Iepure
2016-06-09 11:29:12 -07:00
committed by Facebook Github Bot 7
parent c99fb9cb9b
commit a7e6eea919
4 changed files with 615 additions and 0 deletions
@@ -60,6 +60,10 @@ var apps = [
appKey: 'ScrollViewTestApp',
component: () => require('ScrollViewTestModule').ScrollViewTestApp,
},
{
appKey: 'SubviewsClippingTestApp',
component: () => require('SubviewsClippingTestModule').App,
},
{
appKey: 'SwipeRefreshLayoutTestApp',
component: () => require('SwipeRefreshLayoutTestModule').SwipeRefreshLayoutTestApp