Can GodotJS be used to launch Godot games from Android/iOS app built with Ionic? #186
-
|
I want to make a Godot game hub / launcher wrapper like app for Android and iOS using Ionic from which you can display and launch multiple Godot games from PCK. Would that be possible using GodotJS or is it strictly for adding JS / TS developer support for the actual development of Godot games? And if not, any ideas on how it can be done? Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
Benjamin-Dobell
Jan 19, 2026
Replies: 1 comment 1 reply
-
|
No, it's not possible with GodotJS — well, not out of the box anyway. https://github.com/borndotcom/react-native-godot sounds like it does what you're after though. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
fredocin-i
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, it's not possible with GodotJS — well, not out of the box anyway. https://github.com/borndotcom/react-native-godot sounds like it does what you're after though.