mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-05 22:56:11 +00:00
Added support for RNW 74. Bumped windows Example to 74. Updated README.md to remove instructions on how to import Win2D since we no longer use it.
11 lines
257 B
C++
11 lines
257 B
C++
#include "pch.h"
|
|
#include "MaskView.h"
|
|
#if __has_include("MaskView.g.cpp")
|
|
#include "MaskView.g.cpp"
|
|
#endif
|
|
|
|
using namespace winrt;
|
|
using namespace Microsoft::ReactNative;
|
|
|
|
namespace winrt::RNSVG::implementation {} // namespace winrt::RNSVG::implementation
|