I'm done coding some core functionalities of an Android app, these had to be implemented in standard native Java code. Broadly speaking, it launches a Service and reads from a local DB with a SQLiteOpenHelper, but this last component will be replaced in the future for Bluetooth communication.
Now, I'd like to implement the UI using React Native; what's my best bet to combine native code with a UI made with React Native?
I have seen some options out there, but if there's any React Native expert familiarised with this, his/her tips and guidance would be of great help!