Michał Tęczyński
Michał Tęczyński
I am having similar issue. But I'm still using Expo SDK in version 44 - as version 45 have been released a couple of weeks ago - @MarMatLC have you,...
I am also having this issue - I am using [RQL](https://github.com/persvr/rql) queries to filter request results and `oauth-subscriber` is ignoring my query. In case of url like this `http://example.com?eq(foo,bar)` part...
@ChrisEdson Yes, we have the same use case (`TextInput` and `FlatList` components) and lately we patched `react-native` with [this patch](https://github.com/facebook/react-native/issues/30034#issuecomment-1382869583). ANRs dropped after this but they are still present. @minhnc...