rnw] ReactNativeFlipperExample
Summary:
This change is the direct results of doing the following:
npx react-native-windows-init --overwrite
Notes: ignore the format warnings below. In this case, the ordering of includes does matter. Missing license is for auto-generated files, so ignore too.
Reviewed By: aigoncharov
Differential Revision: D36775215
fbshipit-source-id: 1cd00ff2bfc258c8505e97dcdbd9cb4365c4acfb
This commit is contained in:
committed by
Facebook GitHub Bot
parent
25f40605a8
commit
4b8be189ba
@@ -5,13 +5,15 @@
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
#include "ReactPackageProvider.h"
|
||||
// clang-format off
|
||||
#include "pch.h"
|
||||
#include "ReactPackageProvider.h"
|
||||
#include "FlipperModule.h"
|
||||
|
||||
#if __has_include("ReactPackageProvider.g.cpp")
|
||||
#include "ReactPackageProvider.g.cpp"
|
||||
#endif
|
||||
|
||||
#include "FlipperModule.h"
|
||||
// clang-format on
|
||||
|
||||
using namespace winrt::Microsoft::ReactNative;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user