The test plan in D12124 points out an issue where our custom Alert is called from a reducer, but I didn't catch all of these cases.
The code in onStateDifference is called from reducers as well, so we should use the stock React Native Alert here as well.