React Native Elements npm install

I started a new tab project in expo, everything was working fine with getting it up and running on my iOS device for testing. I went to import React Native Elements by using the following command…

npm install --save react-native-elements

However when I went to reload the app it threw errors. Saying that I needed to re-install ‘react-native’. Is there something that I’m missing about the installation process for adding the ‘react-native-elements’ module?

Thanks.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.