Use OpenFl native exports as "modules" for Android and iOS

I wonder if it’s possible to integrate a native version for iOS and / or Android as some kind of additional module within an bigger app?

We’re working on a specific data visualization renderer and I’d like to use exactly the same thing as canvas in the browser AND integrated “native” into a native app.

Since I don’t know anything about what kind of render context can be integrated into others I’m first asking if this might be a possible way at all?

Main key is to separate the renderer development from the app development…

Is the app Java, Objective C, C++ or Haxe?

Well - currently we’re working with react-native, but we then would have to build an native extension for that. So basically the Apps would be Objective C / Swift / C++ on iOS and C++ on Android…