# patches

These patches are generated automatically from the `patch-package` library. You should be very 
careful about patching libraries, for very specific reasons, and enumerate those reasons in this 
file.

## jest-expo+36.0.1.patch

For some reason `jest-expo` is setting the wrong path to look for the `app.json` file. This patch
ensures that the correct relative path used to locate this file.

## react-native+0.59.8.patch

This quiets a warning that `react-native` will be moving `AsyncStorage` to a separate module, 
`@react-native-community/async-storage`, in future releases. We can remove this patch when Expo
releases a version of the SDK with `react-native@~0.60`, but until then this is needed to quiet
the warning in test runs.

## react-native-safe-module+1.2.0.patch

This quiets a warning that [Lottie has compatibility issues](https://github.com/expo/expo/issues/4455).
This should hopefully be resolved in future versions of Expo.

## sentry-expo+2.0.1.patch

This quiets a warning that Sentry events are not being logged in development mode. This does
creates noise in the test logs.
