Skip to content
New issue

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

Error while updating property 'tintColor' of a view managed by: RNSVGSvgView #1413

Closed
vivevio opened this issue Jul 6, 2020 · 4 comments
Closed
Labels

Comments

@vivevio
Copy link

vivevio commented Jul 6, 2020

Bug

When I use at version 9.7.1, there is nothing error, but after I update to the latest version,
I got this error Error while updating property 'tintColor' of a view managed by: RNSVGSvgView

react-native init CleanProject
cd CleanProject/
yarn add react-native-svg
cd ios && pod install && cd ..
modify App.js -> run the app

Environment info

System:
    OS: macOS 10.15.5
    CPU: (4) x64 Intel(R) Core(TM) i5-6267U CPU @ 2.90GHz
    Memory: 112.39 MB / 8.00 GB
    Shell: 5.7.1 - /bin/zsh
  Binaries:
    Node: 12.16.3 - /usr/local/opt/node@12/bin/node
    Yarn: 1.22.4 - /usr/local/bin/yarn
    npm: 6.14.4 - /usr/local/opt/node@12/bin/npm
    Watchman: 4.9.0 - /usr/local/bin/watchman
  Managers:
    CocoaPods: 1.9.1 - /usr/local/bin/pod
  SDKs:
    iOS SDK:
      Platforms: iOS 13.5, DriverKit 19.0, macOS 10.15, tvOS 13.4, watchOS 6.2
    Android SDK:
      API Levels: 21, 23, 24, 25, 26, 27, 28
      Build Tools: 23.0.1, 27.0.1, 28.0.3
      System Images: android-21 | Google APIs Intel x86 Atom, android-22 | Google APIs Intel x86 Atom, android-27 | Google Play Intel x86 Atom, android-28 | Google APIs Intel x86 Atom, android-28 | Google Play Intel x86 Atom
      Android NDK: Not Found
  IDEs:
    Android Studio: 3.5 AI-191.8026.42.35.5977832
    Xcode: 11.5/11E608c - /usr/bin/xcodebuild
  Languages:
    Java: 1.8.0_191 - /usr/bin/javac
    Python: 3.7.7 - /usr/local/opt/python/libexec/bin/python
  npmPackages:
    @react-native-community/cli: Not Found
    react: 16.11.0 => 16.11.0 
    react-native: 0.62.2 => 0.62.2 
  npmGlobalPackages:
    *react-native*: Not Found

Library version: 12.1.0

@kudah99
Copy link

kudah99 commented Jul 9, 2020

i encounter the same issue lately. Seems like a it's a bug. I just removed this version and add @9.13.6 to get rid of this error

@stale
Copy link

stale bot commented Sep 7, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You may also mark this issue as a "discussion" and I will leave this open.

@stale stale bot added the stale label Sep 7, 2020
@metrue
Copy link

metrue commented Nov 5, 2020

I got the same issue on v12.1.0, downgrade to react-native-svg@9.13.6, issue gone.

@WoLewicki
Copy link
Member

It should not be an issue anymore, so I will close it. Feel free to comment here if something is wrong and we can always reopen it then, but please provide a reproduction so we could test it easily.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants