Posts by NICOLAS RONCHI LEMOS • 1 point
1 post
-
-2
votes1
answer44
viewsA: Realmdb React Native - Empty objects in Realmdb, when creating and listing objects
Instead: let stores = realm.objects('Stores')) Try it this way: let stores = realm.objects('Stores')