andpor / react-native-sqlite-storage

Full featured SQLite3 Native Plugin for React Native (Android and iOS)
MIT License
2.75k stars 521 forks source link

SQLite.openDatabase method is not exist #517

Closed kyung-yeon closed 2 years ago

kyung-yeon commented 2 years ago

hello i'm going to make app using react-native-sqlite-storage

i want to connect sqlite. so i use react-native-sqlite-storage in react-native

i read README.md but i can't connect

SQLite.openDatabase method is not eixst.. could you tell my why?

스크린샷 2022-04-22 오후 3 30 38
import SQLite from 'react-native-sqlite-storage';
SQLite.openDatabase('test.db', '1.0', 'Test Database', 200000);
kyung-yeon commented 2 years ago

i used this command react-native link react-native-sqlite-storage

thank you