Files
Bartosz Sosnowski a9da71d980 Improve Windows support (#508)
This fixes RNW@0.61 support and adds support for autolinking on RNW@0.63
and beyond.
2020-10-14 13:40:17 -03:00

18 lines
260 B
C++

#pragma once
#include "pch.h"
#include <functional>
#include "NativeModules.h"
#include "RNCConfigValues.h"
namespace RNCConfig
{
REACT_MODULE(ReactNativeConfigModule);
struct ReactNativeConfigModule
{
#include "RNCConfigValuesModule.inc.g.h"
};
}