Expo issue with SQL lite

Please provide the following:

  1. SDK Version:44
  2. Platforms(Android/iOS/web/all):web
  3. I am trying to use expo to make web version of my mobile app it gives me error with SQL lite db is not found how can i solve this??

Hi @shadymoner, are you using expo-sqlite package? If yes, then, this package is not supported on web. You can verify that in the platform compatibility table in the package link I shared. For web, you’ll probably have to rely on IndexDB or move on to a different solution for web.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.