diff --git a/stores/SettingStore.ts b/stores/SettingStore.ts index b1e61b0cb..cae7b505b 100644 --- a/stores/SettingStore.ts +++ b/stores/SettingStore.ts @@ -5,6 +5,13 @@ */ import AsyncStorage from '@react-native-async-storage/async-storage'; import compareVersions from 'compare-versions'; + +// TODO: Fix this import +// Eslint was complaining about this import, maybe because it's coming from +// an outdated module? In any case, I think updating stuff is out of scope +// for the PR in which this is being added. + +// eslint-disable-next-line import/namespace import { Platform } from 'react-native'; import { create } from 'zustand';