Jonathan Ramalho
Results
1
comments of
Jonathan Ramalho
is when i instantiate the realm listeners like this: ```javascript const listeners = schema.reduce((l, model) => { l[model] = (puppies, changes) => InteractionManager.runAfterInteractions(() => { const { insertions, modifications }...