mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
aa4da248c1
Summary: As we're working on C++ code for RNTester to integrate Fabric, we should enable CLANGFORMAT for the files over there. Changelog: [Internal] [Changed] - Enable CLANGFORMAT on fbsource/xplat/js/react-native-github/packages Reviewed By: ShikaSD Differential Revision: D32493605 fbshipit-source-id: 7b5d63f6d2fae1a1aa1e782738953c8cd2cdbe4b
19 lines
551 B
Plaintext
19 lines
551 B
Plaintext
/*
|
|
* 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.
|
|
*/
|
|
|
|
#import <FBReactNativeTestSpec/FBReactNativeTestSpec.h>
|
|
#import <react/renderer/components/codegen_tests/ComponentDescriptors.h>
|
|
#import <react/renderer/components/codegen_tests/ComponentViewHelpers.h>
|
|
#import <FBReactNativeTestSpec/FBReactNativeTestSpec-generated.mm>
|
|
|
|
// TODO: Import every prop and event to asset they're generated
|
|
|
|
int main()
|
|
{
|
|
return 0;
|
|
}
|