mirror of
https://github.com/status-im/react-native.git
synced 2025-01-15 03:56:03 +00:00
568529e1ec
Summary: Implementation of the native view component of <View>. Root View also must have dedicated class even if its empty now. Reviewed By: mdvacca Differential Revision: D7526406 fbshipit-source-id: 9e14c9f679396c2cdb2d64c99086bb19df37c25c
13 lines
261 B
Plaintext
13 lines
261 B
Plaintext
/**
|
|
* Copyright (c) 2015-present, Facebook, Inc.
|
|
*
|
|
* This source code is licensed under the MIT license found in the
|
|
* LICENSE file in the root directory of this source tree.
|
|
*/
|
|
|
|
#import "RCTRootComponentView.h"
|
|
|
|
@implementation RCTRootComponentView
|
|
|
|
@end
|