mfelix5

Results 5 comments of mfelix5

I have the same issue with detox v18.1.0, react-native v.70.6 and react-native-encrypted-storage v4.0.2. Any feedback would be appreciated. I would prefer NOT to change storage libraries. Thank you!

@px-amaac could you clarify exactly where you have added this line to fix the issue? In my case, adding `androidTestImplementation 'androidx.test.ext:junit:1.1.5'` in `android/app/build.gradle` under `dependencies` before or after the `androidTestImplementation('com.wix:detox:+')`...

Actually, @px-amaac , I now understand what you found. The required update is in the build.gradle file in `node_modules/react-native-encrypted-storage/android`.

Here is the open PR: https://github.com/emeraldsanto/react-native-encrypted-storage/pull/81

Here is a new PR that solves this issue: https://github.com/emeraldsanto/react-native-encrypted-storage/pull/115