Question about Expo SQLite

Hi, I have few questions regarding expo sqlite.

  1. Is it appropriate for storing large data on the local devise, both android and ios?
  2. When deleting data, is the database file size decreases, or stays as is?
  3. Is there any limitations of TEXT type?
  4. Can you suggest any good documentation, because on expo.io is too short (i think )?
    Thanks in advance!