question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[0.46.0] react-native link is broken

See original GitHub issue

Is this a bug report?

Yes

Environment

  1. react-native -v: 0.46

Then, specify:

  1. Target Platform (e.g. iOS, Android): Android
  2. Development Operating System (e.g. macOS Sierra, Windows 10): MacOS Sierra
  3. Build tools (Xcode or Android Studio version, iOS or Android SDK version, if relevant): SDK 25

Steps to Reproduce

  1. react-native init
  2. yarn add react-native-svg (or any package that need to be linked to native projects)
  3. react-native link

Expected Behavior

react-native-svg is linked to Android project

Actual Behavior

Nothing happen

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:3
  • Comments:10 (3 by maintainers)

github_iconTop GitHub Comments

8reactions
grabboucommented, Jul 6, 2017

It’s fixed in master, I am cherry-picking and releasing a fix later today. Thanks for the report.

2reactions
grabboucommented, Jul 7, 2017

It’s being released now, please try 0.46.1 in like an hour.

Read more comments on GitHub >

github_iconTop Results From Across the Web

npx react-native link dose not working for me
You need to create a react-native.config.js then you can use react-native link command. Example: module.exports = { project: { ios: {}, android: {},...
Read more >
react-native link command not found
In this case, run npm install and try react-native link again. Build error such as 'AppCenterCrashes/MSACErrorReport.h' file not found React-Native 0.60 and ...
Read more >
WebView
Enables a custom native WebView which uses the same JavaScript as the original WebView. The nativeConfig prop expects an object with the ...
Read more >
Release Notes - FastAPI
Fix broken link in alternatives.md . ... Add link to external article: Building the Poll App From Django Tutorial With FastAPI And React....
Read more >
react-native-community/netinfo
React Native Network Info API for iOS & Android. ... Linking the package manually is not required anymore with Autolinking. iOS Platform:.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found