Anyone combine Qt5 and react native?
-
wrote on 16 Mar 2017, 10:17 last edited by
I want to wrapped some Qt c++ api(QtLocation) and made them callable by react native. My plan is using Djinni to generate generates interface bindings for Objective-C and Java. Is this a viable solution?Thanks
-
I want to wrapped some Qt c++ api(QtLocation) and made them callable by react native. My plan is using Djinni to generate generates interface bindings for Objective-C and Java. Is this a viable solution?Thanks
wrote on 21 Dec 2020, 20:36 last edited by@tham I also am wondering about putting qt widgets into react native. Seems the other way around would not be very productive. However, embedding one toolkit into another always ends up being a PITA even in the best case.
That said, is there any specific reason you only want to include QtLocation? That seems like overkill since location services are everywhere in the tech stack.