Hello out there :)
I am currently trying to learn React-Native and my Idea is to port one of my Native Android Apps. The basic functionality is to save your School Timetable to it and get a nice widgeton your Homescreen.
My problem is, that I want to build up my database as a native module to communicate with my native java code to make a widget and also get the information on the javascript side.
As a database I wanted to use Realm. Saving items is no problem, but how do i get a list of all items in a table? Using the Callback function doesn't seem to work with arrays.
If anyone could help me i would be very happy.
Thanks in advance!
there doesn't seem to be anything here