mirror of
https://github.com/status-im/react-native.git
synced 2025-01-16 12:34:17 +00:00
1e52b8297c
Differential Revision: D2545291 fb-gh-sync-id: 5d745939f6d63aea4cd9bba2f55e68336efc1e9a
9 lines
178 B
JavaScript
9 lines
178 B
JavaScript
/**
|
|
* Copyright 2004-present Facebook. All Rights Reserved.
|
|
*
|
|
* @providesModule RecyclerViewBackedScrollView
|
|
*/
|
|
'use strict';
|
|
|
|
module.exports = require('UnimplementedView');
|