add chatbot
Showing
... | ... | @@ -15,11 +15,14 @@ |
"@react-navigation/native": "^6.0.10", | ||
"@react-navigation/native-stack": "^6.6.2", | ||
"@react-navigation/stack": "^6.2.1", | ||
"axios": "^0.27.2", | ||
"react": "17.0.2", | ||
"react-native": "0.68.1", | ||
"react-native-gifted-chat": "^1.0.4", | ||
"react-native-onboarding-swiper": "^1.2.0", | ||
"react-native-safe-area-context": "^4.2.4", | ||
"react-native-screens": "^3.13.1" | ||
"react-native-screens": "^3.13.1", | ||
"react-native-vector-icons": "^9.2.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.17.9", | ||
... | ... |
src/api.js
0 → 100644
src/screens/Chatbot.js
0 → 100644
src/themes/index.js
0 → 100644
Please register or sign in to comment