This differential fixes https://linear.app/comm/issue/ENG-7696/commsecurestore-crash-during-commmmkvinitialize. It is achieved by patching expo-secure-store according
to changes that expo team introduced in later version of this package:
https://github.com/expo/expo/pull/22716/commits/b94904a241711586a127e357283cca3192860efd#diff-779492a2d4624bb5a02d84e6ece255cde8f7178fc075eb1cc18b01e21eb8dc1a
Details
Details
- Reproduce the crash by uninstalling and redeploying Android app from Android studio. It seems that the best device to reproduce in Pixel device or emulator running Android
- Introduce this diff and see that the crash disappears.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Note that testing here was flawed and this definitely did not address ENG-7696. That said, I don't think it was a bad idea to land this.