mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
192bea1613
Summary: This diff introduces a set of classes that are going to be used to represent the internal State of ART nodes changeLog: [Internal][Android] Internal change to support ART in Fabric Reviewed By: JoshuaGross, shergin Differential Revision: D21657612 fbshipit-source-id: ea6d94b06807ff02d222dfa129a1cae384dceeaa
11 lines
272 B
C++
11 lines
272 B
C++
/*
|
|
* 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.
|
|
*/
|
|
|
|
namespace facebook {
|
|
namespace react {} // namespace react
|
|
} // namespace facebook
|