We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8387705 commit 123b3fdCopy full SHA for 123b3fd
packages/default-storage/windows/code/ReactPackageProvider.cpp
@@ -14,7 +14,11 @@ namespace winrt::ReactNativeAsyncStorage::implementation
14
15
void ReactPackageProvider::CreatePackage(IReactPackageBuilder const &packageBuilder) noexcept
16
{
17
+ #ifdef USE_FABRIC
18
AddAttributedModules(packageBuilder, true);
19
+ #else
20
+ AddAttributedModules(packageBuilder);
21
+ #endifs
22
}
23
24
} // namespace winrt::ReactNativeAsyncStorage::implementation
0 commit comments