Skip to content

react-native-elements - vector icons #53

Closed
@wedelgaard

Description

@wedelgaard

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 :(

screen shot 2017-03-14 at 11 02 39

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions