mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-05-23 19:25:54 +00:00
b3b175a7fb
# Summary Due to the large number of example apps in the repository, I decided to change the structure and move all applications into an "apps" folder to maintain a clear structure.
12 lines
346 B
XML
12 lines
346 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<PropertyGroup Label="Microsoft.ReactNative Experimental Features">
|
|
<UseFabric>true</UseFabric>
|
|
<UseWinUI3>true</UseWinUI3>
|
|
|
|
<ReactExperimentalFeaturesSet>true</ReactExperimentalFeaturesSet>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|