diff --git a/apps/expo/index.js b/apps/expo/index.js index 7fb719a..d1037fb 100644 --- a/apps/expo/index.js +++ b/apps/expo/index.js @@ -2,3 +2,6 @@ import "expo-router/entry"; import "react-native-gesture-handler"; import "@react-native-anywhere/polyfill-base64"; import "text-encoding-polyfill"; + +// eslint-disable-next-line @typescript-eslint/no-unused-vars +import crypto from "react-native-quick-crypto";