Hello.
I've just updated react-native-reanimated library to the most latest version 1.6.0 and bottomsheet is throwing following error:

Is anybody encountering same issue?
Thanks!
We鈥檙e figuring it out. Thanks
I'm getting following:

Some logs from xCode =>
2020-01-16 17:29:03.915 [info][tid:com.facebook.react.JavaScript] 'BugReporting extraData:', { 'AppRegistry.runApplication1': 'Running "ossapp" with {"rootTag":1,"initialProps":{}}' }
2020-01-16 17:29:03.920598+0200 ossapp[4944:60670] * Assertion failure in -REANodesManager setValueForNodeID:value:, /Users/apposs/Documents/Projects/ossapp/node_modules/react-native-reanimated/ios/REANodesManager.m:409
2020-01-16 17:29:03.921 [error][tid:main][RCTUIManager.m:1166] Exception thrown while executing UI block: 'node' is a required parameter
2020-01-16 17:29:03.925697+0200 ossapp[4944:60670] Assertion failure in -REANodesManager setValueForNodeID:value:, /Users/apposs/Documents/Projects/ossapp/node_modules/react-native-reanimated/ios/REANodesManager.m:409
2020-01-16 17:29:03.926 [error][tid:main][RCTUIManager.m:1166] Exception thrown while executing UI block: 'node' is a required parameter
2020-01-16 17:29:03.929367+0200 ossapp[4944:60670] Assertion failure in -REANodesManager setValueForNodeID:value:, /Users/apposs/Documents/Projects/ossapp/node_modules/react-native-reanimated/ios/REANodesManager.m:409
2020-01-16 17:29:03.930 [error][tid:main][RCTUIManager.m:1166] Exception thrown while executing UI block: 'node' is a required parameter
2020-01-16 17:29:03.957491+0200 ossapp[4944:60670] Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: ' -[__NSArrayM setObject:atIndexedSubscript:]: object cannot be nil'
* First throw call stack:
(
0 CoreFoundation 0x00007fff23c7127e __exceptionPreprocess + 350
1 libobjc.A.dylib 0x00007fff513fbb20 objc_exception_throw + 48
2 CoreFoundation 0x00007fff23d03ab1 _CFThrowFormattedException + 194
3 CoreFoundation 0x00007fff23d02853 -[__NSArrayM setObject:atIndexedSubscript:].cold.1 + 35
4 CoreFoundation 0x00007fff23b86bdf -[__NSArrayM setObject:atIndexedSubscript:] + 671
5 ossapp 0x0000000109c7f994 -[REAOperatorNode evaluate] + 244
6 ossapp 0x0000000109c780b2 -[REANode value] + 658
7 ossapp 0x0000000109c7ecf0 __37-[REAOperatorNode initWithID:config:]_block_invoke_20 + 112
8 ossapp 0x0000000109c7f9f6 -[REAOperatorNode evaluate] + 342
9 ossapp 0x0000000109c780b2 -[REANode value] + 658
10 ossapp 0x0000000109c74339 -[REACondNode evaluate] + 121
11 ossapp 0x0000000109c780b2 -[REANode value] + 658
12 ossapp 0x0000000109c71846 -[REAAlwaysNode evaluate] + 118
13 ossapp 0x0000000109c780b2 -[REANode value] + 658
14 ossapp 0x0000000109c718bc -[REAAlwaysNode update] + 44
15 ossapp 0x0000000109c78a57 +[REANode runPropUpdates:] + 503
16 ossapp 0x0000000109c797ed -[REANodesManager performOperations] + 61
17 ossapp 0x0000000109c79726 -[REANodesManager onAnimationFrame:] + 822
18 QuartzCore 0x00007fff2afeb266 _ZN2CA7Display11DisplayLink14dispatch_itemsEyyy + 640
19 QuartzCore 0x00007fff2b0c3e03 _ZL22display_timer_callbackP12__CFMachPortPvlS1_ + 299
20 CoreFoundation 0x00007fff23b9503d __CFMachPortPerform + 157
21 CoreFoundation 0x00007fff23bd4bc9 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 41
22 CoreFoundation 0x00007fff23bd4228 __CFRunLoopDoSource1 + 472
23 CoreFoundation 0x00007fff23bced64 __CFRunLoopRun + 2516
24 CoreFoundation 0x00007fff23bce066 CFRunLoopRunSpecific + 438
25 GraphicsServices 0x00007fff384c0bb0 GSEventRunModal + 65
26 UIKitCore 0x00007fff48092d4d UIApplicationMain + 1621
27 ossapp 0x0000000109b6c770 main + 112
28 libdyld.dylib 0x00007fff5227ec25 start + 1
29 ??? 0x0000000000000001 0x0 + 1
)
Same here, NSMutableDictionary cannot be converted to NSNumber.
Can I help with anything?
1.7.0 did fix this issue.
Most helpful comment
1.7.0 did fix this issue.