mirror of
https://github.com/zoriya/react-native-video.git
synced 2026-05-19 21:51:32 +00:00
22 lines
695 B
C++
Generated
22 lines
695 B
C++
Generated
///
|
|
/// HybridVideoViewViewManagerFactorySpec.cpp
|
|
/// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
|
|
/// https://github.com/mrousavy/nitro
|
|
/// Copyright © 2025 Marc Rousavy @ Margelo
|
|
///
|
|
|
|
#include "HybridVideoViewViewManagerFactorySpec.hpp"
|
|
|
|
namespace margelo::nitro::video {
|
|
|
|
void HybridVideoViewViewManagerFactorySpec::loadHybridMethods() {
|
|
// load base methods/properties
|
|
HybridObject::loadHybridMethods();
|
|
// load custom methods/properties
|
|
registerHybrids(this, [](Prototype& prototype) {
|
|
prototype.registerHybridMethod("createViewManager", &HybridVideoViewViewManagerFactorySpec::createViewManager);
|
|
});
|
|
}
|
|
|
|
} // namespace margelo::nitro::video
|