mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
eacabe1398
Summary: Changelog: [Internal][Added] - Use injected ScrollViewStickyHeader if set Reviewed By: lunaleaps Differential Revision: D26931404 fbshipit-source-id: 6f6f1b501b610a05999898be3e2ce08aeb4dab1b
18 lines
367 B
JavaScript
18 lines
367 B
JavaScript
/**
|
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
*
|
|
* This source code is licensed under the MIT license found in the
|
|
* LICENSE file in the root directory of this source tree.
|
|
*
|
|
* @format
|
|
* @flow
|
|
*/
|
|
|
|
'use strict';
|
|
|
|
import typeof ScrollViewStickyHeader from './ScrollViewStickyHeader';
|
|
|
|
export default {
|
|
unstable_SH: (null: ?ScrollViewStickyHeader),
|
|
};
|