mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
f598dd0ee3
Summary: Sets up an experiment that enables `collapsable` in Fabric for iOS. This will enable us to validate with production data that enabling the use of this prop does not cause unexpected regressions. Changelog: [internal] Reviewed By: mdvacca Differential Revision: D27987619 fbshipit-source-id: 9b1c0ff45bed09b1e72ad7d9c782f07bb4211cc6
14 lines
277 B
JavaScript
14 lines
277 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.
|
|
*
|
|
* @flow strict
|
|
* @format
|
|
*/
|
|
|
|
export default {
|
|
unstable_enableCollapsable: false,
|
|
};
|