#19 SQLite CRUD Example with MVC model in React Native

preview_player
Показать описание
- Create, update, delete with SQLite in React Native
- Programming React Native
- Event emitter in React Native
- Navigator in React Native
- MVC in React Native

--------------SQLite simple CRUD, apply pattern MVC----------------
Example about CRUD Hero
- STEP 1: Install neccessary modules: 'react-navigation', 'react-native-gesture-handler',
'events', 'react-native-vector-icons', 'react-native-sqlite-storage':
+ npm install --save react-navigation react-native-gesture-handler events react-native-vector-icons react-native-sqlite-storage
+ react-native link
- STEP 4: Edit controller HeroController:
+ Create hero
+ Update hero
+ Delete hero

THANK YOU FOR WATCHING VIDEO, REMEMBER TO LIKE AND SUBSCRIBE FOR NEW VIDEOS S2 S2
Рекомендации по теме
Комментарии
Автор

SQLite CRUD Example with MVC model in React Native. Any questions ask here :D Watching video with quality 1080 for the best experience :D

phamquangvi
Автор

how to use sqlite db for both android and ios in react-native ?

shreesoftech
Автор

I have a hard time installing sqlite with react-native. Even though I've carefully installed it multiple times I get certain errors. Would you be able to guide me in the process? I've tried to find a solution online but I couldn't find much. Very informative video nontheless, thank you!

MrBlastZone
Автор

cho mình hỏi sao khi mình thêm vô settings.gradle với dependencies thì app ko chạy được và cái gì mà phải sử dụng autolinking là sao ạ

nguyenminhtung
Автор

Sau khi tạo record thành công thì DB được lưu ở đâu ạ ? Em làm theo anh tạo record thành công rồi nhưng trong file db ở local ko thấy thay đổi gì cả, nhưng query ra thì vẫn thấy record mình vừa tạo

sonanh