mirror of
https://github.com/status-im/react-native-config.git
synced 2026-09-01 07:01:16 +00:00
16 lines
343 B
C++
16 lines
343 B
C++
#include "pch.h"
|
|||
|
|
#include "ReactPackageProvider.h"
|
||
|
|
#include "ReactPackageProvider.g.cpp"
|
||
|
|
|
||
|
|
#include <ModuleRegistration.h>
|
||
|
|
|
||
|
|
#include "RNCConfig.h"
|
||
|
|
|
||
|
|
namespace winrt::RNCConfig::implementation
|
||
|
|
{
|
||
|
|
void ReactPackageProvider::CreatePackage(IReactPackageBuilder const& packageBuilder) noexcept
|
||
|
|
{
|
||
|
|
AddAttributedModules(packageBuilder);
|
||
|
|
}
|
||
|
|
}
|