waku-react-native/example/android/app/src/main/jni/MainApplicationModuleProvider.h
Richard Ramos f525e7368d
chore: upgrade react native and target android 31 (#7)
* chore: upgrade react native and target android 31
* chore: add IOS files
2022-08-29 11:31:45 -04:00

17 lines
321 B
C++

#pragma once
#include <memory>
#include <string>
#include <ReactCommon/JavaTurboModule.h>
namespace facebook {
namespace react {
std::shared_ptr<TurboModule> MainApplicationModuleProvider(
const std::string moduleName,
const JavaTurboModule::InitParams &params);
} // namespace react
} // namespace facebook