MO-Lewis
MO-Lewis
FYI I've just signed the CLA, I'm guessing it'll update the PR shortly 😅
Hi @javache! I've just made that change for you, I believe this is what you wanted. If there's something not right about the change I've made, or have any additional...
Just did another commit to merge everything and pull recent changes from the main React Native repo up to commit `52698e758d1454afc74541e5507ac16dd6154386`
> The type of customClientBuilder in NetworkingModule also needs to become `com.facebook.react.modules.network.CustomClientBuilder` Thanks for the heads up! I've just made that change now.
> @MO-Lewis could you rebase on top of the latest `main` as the CI should be green now All done! CI is rerunning for you now.
PlatformException(set_notification_error, error when writing the descriptor, null) on setNotifyValue
For anyone looking into this in the future, I decided to switch this library out (3 years out of date now) for a fork of this one, called [flutter blue...
A quick update before I forget! To do what I've described, you _**must**_ use the Strapi EntityService on a custom controller, _**not**_ the QueryEngine. So instead of: ``` const onlyArticles...
Getting this here too, but on Angular 17. I assumed it was lack of Angular 17 support; weird that it's happening on 16 too: https://github.com/Wykks/ngx-mapbox-gl/issues/410
@devlikhon The library currently supports up to Angular 16, as shown in the README.
> Dont know why, but it supports v14 and v16, and skipped v15. Any reason for that? Not too sure why sorry; I'm personally waiting for Angular 17 support here....