Mateusz Wit
Mateusz Wit
@pomber Any update on that?
Sure,we just waiting for webpack team statement on that.
As a workaround, you can wrap modal content with another `ApplicationProvider` but it's not perfect as the position of popovers is wrong. In my opinion, problems are caused by rendering...
> @b0iq how do you write your code with `example/ios` opened? > > > > Do you know how to add a Cocoadependency to the library? You have to simply...
Hello, thank you for opening this question. I've tested your proposition and it seems to work for old architecture. However, for the new architecture, Xcode seems to ignore used macros(RCT_REMAP_METHOD)...
It looks promising, give me a few more days to consult that with someone from the team. I will get back to you as soon as possible.
Hi @taboulot, I have discussed that with @satya164 and @BartoszKlonowski. It seems to be very useful and we would like to have it. Would you like to open PR with...
@lfabl Is this issue still happening for you? It seems to be already resolved: https://github.com/callstack/react-native-builder-bob/blob/3bad82db17675d366db18d8eb5d137f5d00802aa/packages/create-react-native-library/templates/common/scripts/bootstrap.js#L15
I've got a pretty similar error for relations.  Literally adding `export` in front of `Relations`, `One`, and `Many` inside `query-promise.d` resolved the issue. ```ts...
I've dived deeper into the root cause of this error. It seems that the error is happening because Drizzle is calling queries in some mixed way. ```ts client.query({ text: `INSERT...