In this video, we will learn how to set up a bare react native project and install some dependencies needed for our chatbot application.
We will also use https://dialogflow.cloud.google.com/
and https://firebase.google.com/
in this project.
Initiating your project
$ npm install -g react-native-cli
$ react-native init YourProjectName
dependencies
$ npm install react-native-dialogflow
$ npm install react-native-gifted-chat
$ npm install react-native-voice