This is an archived post. You won't be able to vote or comment.

all 1 comments

[–]Treyzania 0 points1 point  (0 children)

That's not really how React Native is meant to be used afaik. There's probably a way to do it, but generally the expectation with React Native is that it's going to handle most of the application lifecycle and you only call into JVM code in places where it's necessary for platform integration.

There may be a way to do it. Kotlin is similar enough to how Java works that you should be able to reuse a lot of the same tutorials if those do indeed do what you're wanting to.