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.

Does not work in react-native 0.61.0-rc.2 (patch included)

See original GitHub issue

First of all, apologies for not following the template. I am leaving this issue here in case someone tries to use this package on the latest version of react-native and gets the same error I did, which I believe will be the case.

The error is as follows:

Error while updating property 'focusable' of a view managed by RNSVGSvgView

java.lang.String cannot be cast to java.lang.Boolean

To fix it, I have applied the following patch using yarn patch-package:

https://gist.github.com/ewnavilae/041493b3df4c97af7bbfc05e94059aea

Should I submit a pull request? I’m not sure if this causes any conflicts with the current version and I’m not used to contributing to open source.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:6
  • Comments:14 (11 by maintainers)

github_iconTop GitHub Comments

5reactions
metachriscommented, Oct 2, 2019

Thanks for the workaround @ewnavilae

FortAwesome team - please fix this 😃

4reactions
kristoferpelchatcommented, Sep 16, 2019

I am using 0.61.0-rc.2 to address some Hermes issues and I came upon this exact problem. The fixes in this patch solved the issue! A VERY many thanks @ewnavilae !!!

I would suggest this get PR’d and pushed though. Great work!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Upgrading to new versions - React Native
You may specify a React Native version by passing an argument, e.g. to upgrade to 0.61.0-rc.0 run: npx react-native upgrade 0.61.0-rc.0.
Read more >
Execution failed for task ':react-native-webview ...
What this fix will do is apply an exclusiveContent resolution rule that will force the resolution of React Native Android library, to use...
Read more >
react-native-v8 - Snyk Vulnerability Database
version published direct vulnerabilities 1.5.3 11 Nov, 2022 0. C. 0. H. 0. M. 0. L 1.5.2 4 Oct, 2022 0. C. 0. H. 0....
Read more >
React Native Upgrade Helper
React Native 0.61 includes Fast Refresh and more. ... Check out Upgrade Support if you are experiencing issues related to React Native ......
Read more >
react-native-reanimated - npm
Start using react-native-reanimated in your project by running `npm ... the API but don't feel like trying it on a real app, you...
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