Wrapper for android RecyclerView to be used by ListView.js

Differential Revision: D2545291

fb-gh-sync-id: 5d745939f6d63aea4cd9bba2f55e68336efc1e9a
This commit is contained in:
Krzysztof Magiera
2015-10-15 07:18:41 -07:00
committed by facebook-github-bot-7
parent d0e40c581d
commit 1e52b8297c
5 changed files with 503 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
/**
* Copyright 2004-present Facebook. All Rights Reserved.
*
* @providesModule RecyclerViewBackedScrollView
*/
'use strict';
module.exports = require('UnimplementedView');