We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On Mobile, Select component not working. When I tried to use it. It returns following error
JSON value '#8F9BB3' of type NSString cannot be converted to a UIColor. Did you forget to call processColor() on the JS side? +[RCTConvert UIColor:] RCTConvert.m:532 -[RNSVGSvgViewManager set_tintColor:forView:withDefaultView:]
JSON value '#8F9BB3' of type NSString cannot be converted to a UIColor. Did you forget to call processColor() on the JS side?
+[RCTConvert UIColor:] RCTConvert.m:532 -[RNSVGSvgViewManager set_tintColor:forView:withDefaultView:]
Just import Select component and use it. You can see error right in simulator.
System: OS: macOS 10.15.2 CPU: (4) x64 Intel(R) Core(TM) i5-3210M CPU @ 2.50GHz Binaries: Node: 12.16.3 - ~/.nvm/versions/node/v12.16.3/bin/node Yarn: 1.16.0 - /usr/local/bin/yarn npm: 6.14.4 - ~/.nvm/versions/node/v12.16.3/bin/npm Watchman: 4.9.0 - /usr/local/bin/watchman SDKs: iOS SDK: Platforms: iOS 13.2, DriverKit 19.0, macOS 10.15, tvOS 13.2, watchOS 6.1 IDEs: Android Studio: 3.4 AI-183.6156.11.34.5522156 Xcode: 11.3.1/11C504 - /usr/bin/xcodebuild npmPackages: react: 16.11.0 => 16.11.0 react-native: 0.62.2 => 0.62.2
The text was updated successfully, but these errors were encountered:
You should upgrade to stable. duplicates #1077 #1056 #1042 #1005 and became resolved in stable release.
Sorry, something went wrong.
still has the same issue with react-native-svg 12.1.0
Make sure to pod install and restart with clearing cache. It works for me and the newly initialized projects
pod install
artyorsh yes, upgrade @ui-kitten/components fixed it. Thanks
No branches or pull requests
🐛 Bug Report
On Mobile, Select component not working. When I tried to use it. It returns following error
To Reproduce
Just import Select component and use it. You can see error right in simulator.
UI Kitten and Eva version
Environment information
The text was updated successfully, but these errors were encountered: