I tried many ways to install native base in expo project
I was thinking this command will work
$ npm install native-base --save
but I can install native base in react native with this command
After you follow the quick start here you have to follow Setup with CRNA steps to create React Native project using the CRNA cli. I think you missing Install @expo/vector-icons step here.