msupply-foundation / msupply-cold-chain

Android application for viewing and monitoring temperatures of fridges
GNU General Public License v3.0
3 stars 3 forks source link

Bump react-native-mail #247

Closed mark-prins closed 11 months ago

mark-prins commented 1 year ago

Fixes #245

I was getting inconsistent results - initially the emailer wouldn't send, but the modal disappeared. sometimes the modal stayed, as in the issue.

After upgrading the react-native-mail package, the email app was launched.

Couldn't find any possible regression in the codebase, the compileSdkVersion was changed from 30 but then reduced to 30 again. The other changes are within the bluetooth code. 🤷