mirror of
https://github.com/status-im/react-native-config.git
synced 2026-09-01 07:01:16 +00:00
This fixes RNW@0.61 support and adds support for autolinking on RNW@0.63 and beyond.
18 lines
260 B
C++
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"
|
|
};
|
|
}
|
|
|