Andranik Markaryan
Andranik Markaryan
Seeing a similar issue with a non-nested draggable FlatList. After manipulating some elements, the app freezes either while the element is in drag or when it locks in a position....
@RobertWHurst thanks! Got some logs from `lldb` here just before the crash: ``` frame #60: 0x0000000102e2c8f4 ReactNativeMobile`std::__1::__hash_table::~__hash_table(this=0x00000002802d8f70) at __hash_table:1511:1 frame #61: 0x0000000102e2c8c8 ReactNativeMobile`std::__1::unordered_map::~unordered_map(this=0x00000002802d8f70 size=4) at unordered_map:1047:5 frame #62: 0x0000000102e2b5e8 ReactNativeMobile`std::__1::unordered_map::~unordered_map(this=0x00000002802d8f70...
In case anyone is having pod installation issues while building their react-native iOS applications after **disabling** hermes, I found the comment in this issue helped me resolve them: https://github.com/facebook/react-native/issues/26118#issuecomment-525085809
Seeing the same issue in our case, why has this issue been closed?
My fault, overlooked. Any resolution for this? We are using a `FlatList` component with a test id that we are trying to swipe on. The usual `scroll('bottom')` functionality does not...
Are you by any chance overlooking the `ios.binaryPath` and `android.binaryPath` fields in the config: https://formidable.com/open-source/react-native-owl/docs/introduction/config-file?