You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
We need to find a way to make our current jni.cpp implementation a bit more manageable.
Using jni.hpp has given us a modern type safe wrapper c++14 approach to the jni but it doesn't help us manage the amount of configuration we currently need to do. We should look into structuring the content differently or approach the idea in a different way.
cc @mapbox/android
The text was updated successfully, but these errors were encountered:
We need to find a way to make our current
jni.cpp
implementation a bit more manageable.Using jni.hpp has given us a modern type safe wrapper c++14 approach to the jni but it doesn't help us manage the amount of configuration we currently need to do. We should look into structuring the content differently or approach the idea in a different way.
cc @mapbox/android
The text was updated successfully, but these errors were encountered: