Closed surendharreddy closed 6 years ago
I'm unable to repro this using the above versions. Did you follow the usage example here?
+1 Same issue
2018-02-23 17:42:55.915 X[93293:25628869] -[DirectedScrollView setPinchGestureEnabled:]: unrecognized selector sent to instance 0x7fd7a0474660
2018-02-23 17:42:55.935 X[93293:25628869] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[DirectedScrollView setPinchGestureEnabled:]: unrecognized selector sent to instance 0x7fd7a0474660'
*** First throw call stack:
(
0 CoreFoundation 0x00000001071ffb0b __exceptionPreprocess + 171
1 libobjc.A.dylib 0x00000001060b5141 objc_exception_throw + 48
2 CoreFoundation 0x000000010726f134 -[NSObject(NSObject) doesNotRecognizeSelector:] + 132
3 CoreFoundation 0x0000000107186840 ___forwarding___ + 1024
4 CoreFoundation 0x00000001071863b8 _CF_forwarding_prep_0 + 120
5 X 0x00000001053da29e __49-[RCTComponentData createPropBlock:isShadowView:]_block_invoke.155 + 302
6 X 0x00000001053daee1 __49-[RCTComponentData createPropBlock:isShadowView:]_block_invoke.167 + 785
7 X 0x00000001053db5f8 __49-[RCTComponentData propBlockForKey:isShadowView:]_block_invoke_2 + 40
8 X 0x000000010536d073 RCTPerformBlockWithLogFunction + 483
9 X 0x000000010536d22f RCTPerformBlockWithLogPrefix + 239
10 X 0x00000001053db55d __49-[RCTComponentData propBlockForKey:isShadowView:]_block_invoke + 445
11 X 0x00000001053dba3c __37-[RCTComponentData setProps:forView:]_block_invoke + 156
12 CoreFoundation 0x00000001071885ff __65-[__NSDictionaryM enumerateKeysAndObjectsWithOptions:usingBlock:]_block_invoke + 111
13 CoreFoundation 0x00000001071884fa -[__NSDictionaryM enumerateKeysAndObjectsWithOptions:usingBlock:] + 202
14 X 0x00000001053db8bf -[RCTComponentData setProps:forView:] + 223
15 X 0x00000001053c15f2 __50-[RCTUIManager createView:viewName:rootTag:props:]_block_invoke + 162
16 X 0x000000010538473d __RCTExecuteOnMainQueue_block_invoke + 29
17 libdispatch.dylib 0x000000010b4a34a6 _dispatch_call_block_and_release + 12
18 libdispatch.dylib 0x000000010b4cc05c _dispatch_client_callout + 8
19 libdispatch.dylib 0x000000010b4ad40b _dispatch_main_queue_callback_4CF + 411
20 CoreFoundation 0x00000001071c4909 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
21 CoreFoundation 0x000000010718aae4 __CFRunLoopRun + 2164
22 CoreFoundation 0x000000010718a016 CFRunLoopRunSpecific + 406
23 GraphicsServices 0x000000010c12ba24 GSEventRunModal + 62
24 UIKit 0x0000000109b35134 UIApplicationMain + 159
25 X 0x000000010524922f main + 111
26 libdyld.dylib 0x000000010b51865d start + 1
27 ??? 0x0000000000000001 0x0 + 1
@alexlevy0 Fixed in 1.3.6
Im still getting this on 1.3.6 only with vertical scroll. I tried to reproduce the example, but both scroll does not work - only horizontal. When a vertical scroll is by itself, then crash happens.
HELP !!!! :((((
I'm using this module in my app. Module works fine for Android but I've an issue with iOS.
Issue is the screen freezes whenever I try to scroll the view. Xcode throws an error
Thread 1: signal SIGABRT
exception. Help me figure it out.Module version:
"react-native-directed-scrollview": "^1.3.1"
React Native version:"react-native": "^0.51.0"
Let me know if any extra details are required.
Share my xcode logs here.