Does not work in react-native 0.61.0-rc.2 (patch included)
See original GitHub issueFirst 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:
- Created 4 years ago
- Reactions:6
- Comments:14 (11 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks for the workaround @ewnavilae
FortAwesome team - please fix this 😃
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!