Suman Saurabh
Suman Saurabh
@amitrke Run following command 1. `npm install react-native-elements react-native-elements-universe react-native-ratings --save` 2. `npm i ` 3. `npm start`
These dependencies are already in package.json ` "react-native-elements": "https://github.com/react-native-elements/react-native-elements#dist",` ` "react-native-elements-universe": "https://github.com/react-native-elements/react-native-elements-universe#dist",`
@arpitBhalla - Interestingly, I saw the bottom navigation on "https://react-native-elements.github.io/react-native-elements-app " as well as on the readme page of this application.
@arpitBhalla you are correct, I checked the code. there is no bottom tab. I tried using '@react-navigation/bottom-tabs' but it is conflicting. I am getting the following error **dependencies:** ` "@react-navigation/bottom-tabs":...
Use following command `npm install react-native-elements-universe --save`