-
Type: Task
-
Resolution: Works as Designed
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: None
In the React Native SDK docs there is a tip:
Every production application should implement a shouldCompactOnLaunch callback to periodically reduce the realm file size.
Is there an example of such an implementation? What would be a "good" condition for this function? I understand that it depends on the use-case but there should be some guidelines about this, right?
The only example I found is in this issue - #5237.