409 Views
Project Setup First install react-native-sqlite-storage npm install react-native-sqlite-storage 2. Now run open ./ios/podfile pod 'react-native-sqlite-storage', :path => '../node_modules/react-native-sqlite-storage' 3. Now cd ./ios && pod install Installation done for iOS. Prepare SQLite DB Download DB Browser and install it. 2. Create DB like this 3.
0 comments