mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
39798cfa91
This reverts commit f0054e1e30.
18 lines
339 B
JavaScript
18 lines
339 B
JavaScript
/**
|
|
* @generated by scripts/set-rn-version.js
|
|
*
|
|
* Copyright (c) Meta Platforms, Inc. and 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
|
|
*/
|
|
|
|
exports.version = {
|
|
major: 1000,
|
|
minor: 0,
|
|
patch: 0,
|
|
prerelease: null,
|
|
};
|