We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
react-native -v
node -v
npm -v
yarn --version
react-native init myapp
cd myapp
yarn add react-native-awesome-master-blaster-component
react-native link react-native-awesome-master-blaster-component
The react-native-awesome-master-blaster-component linked to the project
react-native-awesome-master-blaster-component
Nothing happens:
ps: On the same environment, with react-native version <= 0.46.4, react-native link works as expected.
The text was updated successfully, but these errors were encountered:
Same issue
Sorry, something went wrong.
Same here (running on Windows 7, RN version 0.47):
**C:\0\testmap>react-native link react-native-maps Scanning 559 folders for symlinks in C:\0\testmap\node_modules (13ms)
C:\0\testmap>**
Nothing changes after link.
+1
Issue solved on 0.47.1.
No branches or pull requests
Environment
react-native -v
:react-native-cli: 2.0.1
react-native: 0.47.0
node -v
:v8.2.1
npm -v
:5.3.0
yarn --version
:0.27.5
Android, iOS
macOS Sierra
Steps to Reproduce
react-native init myapp
cd myapp
Add a component that need to be linked
yarn add react-native-awesome-master-blaster-component
Link the installed component
react-native link react-native-awesome-master-blaster-component
Expected Behavior
The
react-native-awesome-master-blaster-component
linked to the projectActual Behavior
Nothing happens:
ps: On the same environment, with react-native version <= 0.46.4, react-native link works as expected.
The text was updated successfully, but these errors were encountered: