-
-
Notifications
You must be signed in to change notification settings - Fork 419
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
Exception thrown on iOS 14 beta if textColor is set #247
Comments
🎉 This issue has been resolved in version 3.0.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
@vonovak This is unfortunately not fixed in 3.0.8. |
@nimabrownlee works for me, when setting |
@acrdlph Sorry but still isn't working. Tried to remove node_modules and re-install everything but it doesn't fix it. |
Same problem here, removed modules and nothing, this error came out of nothing, don't even know what caused the problem. |
In Expo it did not work either: |
The issue still exists for me using the following setup:
|
Please any suggestion to fix this ? |
@auliakbarh This is the same error according to the matching error messages. Feel free to remove your message and screenshot. |
hello, the issues described are the same as in #308 so I will lock this issue so that we don't have 2 places talking the same thing; discussion can continue there :) The fix I'd like to see is outlined in this comment #308 (comment). @stefan-girlich if you want to take a look at it, you're very welcome to do so :). Otherwise I will circle back to this at some point when we have more "money in the bank" (we currently have $4.30) from our sponsors (as discussed in #313). |
Bug report
Summary
If you set the textColor property on the latest iOS 14 beta (18A5342e) the following exception is thrown:
`Exception thrown while executing UI block: -[_UIDatePickerIOSCompactView setHighlightsToday:]: unrecognized selector sent to instance 0x7f7fc7e0ddc0
__44-[RCTUIManager flushUIBlocksWithCompletion:]_block_invoke
RCTUIManager.m:1112
__44-[RCTUIManager flushUIBlocksWithCompletion:]_block_invoke.461
__RCTExecuteOnMainQueue_block_invoke
_dispatch_call_block_and_release
_dispatch_client_callout
_dispatch_main_queue_callback_4CF
CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE
__CFRunLoopRun
CFRunLoopRunSpecific
GSEventRunModal
-[UIApplication _run]
UIApplicationMain
main
start
0x0
`
Environment info
react-native info
output:Library version: 2.6.1
Reproducible sample code
The text was updated successfully, but these errors were encountered: