Closed
Description
It seems like create-react-native app has some issues with "react-native-elements". I've tried 2 scenarios which both produces the same error:
Test 1
- created a new project with create-react-native-app
npm i react-native-elements --save
- Added a react-native-elements button in App.js
npm run ios
Test 2
- created a new project with create-react-native-app
npm i react-native-vector-icons --save && react-native link react-native-vector-icons
npm i react-native-elements --save
- Added a react-native-elements button in App.js
npm run ios
In both test the simulator throws this warning. I've tried to run the commands described in the error message, but with no luck :(