Error setting property 'd' of RNSVGPath with tag #97: V 9.8.3
See original GitHub issueBug
2019-09-01 16:35:14.258 [error][tid:main][RCTUIManager.m:1133] Error setting property 'd' of RNSVGPath with tag #97: Exception thrown while executing UI block: -[__NSCFString characterAtIndex:]: Range or index out of bounds
2019-09-01 16:35:14.257671-0600 Trace[35127:714530] Error setting property 'd' of RNSVGPath with tag #97: Exception thrown while executing UI block: -[__NSCFString characterAtIndex:]: Range or index out of bounds
2019-09-01 16:35:14.271930-0600 Trace[35127:714530] *** Assertion failure in -[RCTNativeAnimatedNodesManager connectAnimatedNodes:childTag:](), /Users/jafri/Trace/node_modules/react-native/Libraries/NativeAnimation/RCTNativeAnimatedNodesManager.m:104
2019-09-01 16:35:14.272 [error][tid:main][RCTUIManager.m:1133] Error setting property 'd' of RNSVGPath with tag #97: Exception thrown while executing UI block: 'parentNode' is a required parameter
2019-09-01 16:35:14.272313-0600 Trace[35127:714530] Error setting property 'd' of RNSVGPath with tag #97: Exception thrown while executing UI block: 'parentNode' is a required parameter
Environment info
React native info output:
System:
OS: macOS 10.15
CPU: (8) x64 Intel(R) Core(TM) i7-7920HQ CPU @ 3.10GHz
Memory: 98.89 MB / 16.00 GB
Shell: 3.2.57 - /bin/bash
Binaries:
Node: 11.10.1 - ~/.nvm/versions/node/v11.10.1/bin/node
Yarn: 1.6.0 - /usr/local/bin/yarn
npm: 6.7.0 - ~/.nvm/versions/node/v11.10.1/bin/npm
Watchman: 4.9.0 - /usr/local/bin/watchman
SDKs:
Android SDK:
API Levels: 24, 26, 28, 29
Build Tools: 28.0.3, 29.0.2
System Images: android-24 | Google Play Intel x86 Atom, android-26 | Google Play Intel x86 Atom, android-28 | Intel x86 Atom_64
IDEs:
Android Studio: 3.5 AI-191.8026.42.35.5791312
Xcode: /undefined - /usr/bin/xcodebuild
npmPackages:
react: 16.8.6 => 16.8.6
react-native: 0.60.4 => 0.60.4
Library version: 9.8.3
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:6
Top Results From Across the Web
Error setting property 'd' of RNSVGPath with tag #97: V 9.8.3
For the newest version of react-native-svg (9.8.3 & 9.8.0) library and react-native@0.60.4 the error occurred. I was forced to downgrade react- ...
Read more >Error setting property 'd' of RNSVGPath: JSON value of type ...
I used version 4.5.0 , which doesn't have this problem and opened an issue on their repository.
Read more >2021年06月_weixin_39963534的博客_CSDN博客
Error setting property 'd' of RNSVGPath with tag #97: V 9.8.3. 2021-01-12 ... Error setting property 'd' of RNSVGPath with tag #97: V...
Read more >react-native-chart-kit error while updating pro...anycodings
But I get the error "error while updating anycodings_react-native property "d" of a view managed by anycodings_react-native RNSVGPath:". Any idea how to solve ......
Read more >null For input string: "c" Error while updating property 'd' of a ...
... "c" Error while updating property 'd' of a view managed by: RNSVGPath ... native project with react native cli but when I...
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 FreeTop 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
Top GitHub Comments
v9.8.4 fixes the issue
I had the similar issue. For the newest version of
react-native-svg
(9.8.3 & 9.8.0) library andreact-native@0.60.4
the error occurred.I was forced to downgrade
react-native-svg
to version 9.7.0 to avoid this error