Files
react-native/packages/react-native/ReactCommon/cxxreact/ReactNativeVersion.h
T
React Native Bot 7e98cdba8a Release 0.75.0-rc.6
#publish-packages-to-npm&next
2024-07-29 16:54:09 +00:00

25 lines
510 B
C++

/**
* 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.
*
* @generated by scripts/releases/set-rn-version.js
*/
#pragma once
#include <cstdint>
#include <string_view>
namespace facebook::react {
constexpr struct {
int32_t Major = 0;
int32_t Minor = 75;
int32_t Patch = 0;
std::string_view Prerelease = "rc.6";
} ReactNativeVersion;
} // namespace facebook::react