Skip to content

react-native link doesn't start on version 0.47.0 #15324

Closed
@alpfilho

Description

@alpfilho

Environment

  1. react-native -v:
    react-native-cli: 2.0.1
    react-native: 0.47.0
  2. node -v:
    v8.2.1
  3. npm -v:
    5.3.0
  4. yarn --version:
    0.27.5
  • Target Platform:
    Android, iOS
  • Development Operating System:
    macOS Sierra

Steps to Reproduce

  1. react-native init myapp
  2. cd myapp
    Add a component that need to be linked
  3. yarn add react-native-awesome-master-blaster-component
    Link the installed component
  4. react-native link react-native-awesome-master-blaster-component
  5. wait.

Expected Behavior

The react-native-awesome-master-blaster-component linked to the project

Actual Behavior

Nothing happens:
test

ps: On the same environment, with react-native version <= 0.46.4, react-native link works as expected.

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