didomi / react-native

Didomi SDK for React Native
Other
9 stars 2 forks source link

Fix OutOfMemoryError in tests #100

Closed pmerlet-at-didomi closed 6 months ago

pmerlet-at-didomi commented 7 months ago

Use Tests Orchestrator to avoid running all the Android tests in the same application session. Initializing the SDK too many times triggered a OutOfMemoryError on Android.