Question regarding SQLite

I am going through the SQLite example from here.

import Expo, { SQLite } from ‘expo’;

Sadly I am stuck at the first line.

As per the example we need to import “SQLite” from expo but looks the project structure has changed now.

Now I do not see any folder called “expo” upon creating a new project.

Can someone help me as to how to import SQLite into a brand new expo project ?

Never mind I have figured this out

This can be closed !

1 Like