Posts by Fernando Oliveira • 11 points
1 post
-
1
votes2
answers441
viewsA: How to delete in Realm in Javascript
I had the same problem but I managed to solve it in the following way: imports: import Realm from 'realm'; import getRealm from '~/services/realm'; code: const realmDelete = () => { const realm =…