Closed
Description
Environment
react-native -v
:
react-native-cli: 2.0.1
react-native: 0.47.0node -v
:
v8.2.1npm -v
:
5.3.0yarn --version
:
0.27.5
- Target Platform:
Android, iOS
- Development Operating System:
macOS Sierra
Steps to Reproduce
react-native init myapp
cd myapp
Add a component that need to be linkedyarn add react-native-awesome-master-blaster-component
Link the installed componentreact-native link react-native-awesome-master-blaster-component
- wait.
Expected Behavior
The react-native-awesome-master-blaster-component
linked to the project
Actual Behavior
ps: On the same environment, with react-native version <= 0.46.4, react-native link works as expected.