ReactNativeVersion.h 497 B

123456789101112131415161718192021222324
  1. /**
  2. * Copyright (c) Facebook, Inc. and its affiliates.
  3. *
  4. * This source code is licensed under the MIT license found in the
  5. * LICENSE file in the root directory of this source tree.
  6. *
  7. * @generated by scripts/bump-oss-version.js
  8. */
  9. #pragma once
  10. #include <cstdint>
  11. #include <string_view>
  12. namespace facebook::react {
  13. constexpr struct {
  14. int32_t Major = 0;
  15. int32_t Minor = 63;
  16. int32_t Patch = 4;
  17. std::string_view Prerelease = "";
  18. } ReactNativeVersion;
  19. } // namespace facebook::react