mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
41f1bcc5ac
Reviewed By: spicyj Differential Revision: D4623242 fbshipit-source-id: 7ddb057cb47e005dda73070f45d108af40d93c8f
15 lines
391 B
JavaScript
15 lines
391 B
JavaScript
/**
|
|
* Copyright 2013-present, Facebook, Inc.
|
|
* All rights reserved.
|
|
*
|
|
* This source code is licensed under the BSD-style license found in the
|
|
* LICENSE file in the root directory of this source tree. An additional grant
|
|
* of patent rights can be found in the PATENTS file in the same directory.
|
|
*
|
|
* @providesModule ReactVersion
|
|
*/
|
|
|
|
'use strict';
|
|
|
|
module.exports = '16.0.0-alpha.3';
|