-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
react-native 0.73 [FFFastImageView setOnClick:]: unrecognized selector sent to instance #1020
Comments
@cbjs This issue is only reproducible in iOS. Here is a workaround to it: Just wrap your |
Not working for me |
For me, this issue happened when I used a
|
Any solution? I have the same probelm with all TouchableOpacity components |
the solution is this: https://github.com/TheWidlarzGroup/react-native-video/pull/3688/files you need the following to FFFastImageView.m using patch-package:
|
Worked for me 🙌🏻 |
For me |
Exception thrown while executing UI block: -[FFFastImageView setOnClick:]: unrecognized selector sent to instance 0x1355be2c0
__44-[RCTUIManager flushUIBlocksWithCompletion:]_block_invoke
RCTUIManager.m:1205
__44-[RCTUIManager flushUIBlocksWithCompletion:]_block_invoke.207
__RCTExecuteOnMainQueue_block_invoke
_dispatch_call_block_and_release
_dispatch_client_callout
_dispatch_main_queue_drain
_dispatch_main_queue_callback_4CF
CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE
__CFRunLoopRun
CFRunLoopRunSpecific
GSEventRunModal
-[UIApplication _run]
UIApplicationMain
main
start_sim
0x0
0x0
The text was updated successfully, but these errors were encountered: