Dylan

Results 117 comments of Dylan

I'm currently on a holiday so I don't have time to test this thoroughly on both archs. @mikehardy / others? 👀

Fixed it slightly differently, since we don't need the mapping of int to string anymore. Thanks for the report.

@satya164 we need this. Currently animations are incorrect when hiding the back title, as a hack is used (the title is just set to nil)). Thanks @maciekstosio !

@maciekstosio This PR should also update `react-native-screens` in `package.json` to `3.32.0` to make the typings work.

Has been reported before #393 and #411. No one has submitted a fix yet... Why not dig into the Android code and try to find a fix / submit a...

I did some research and found it is caused by `` inside '/android/app/src/main/AndroidManifest.xml'. When I removed the line (which is the same as setting it to standard) the modal didn't...

The docs are full of code examples so you didn't read well.... Yes it works without initialization but it is better to do so.... If you think this library could...

This is just a wrapper around the Google Mobile Ads SDK, and just a community effort :) If you want to add mediation partners you have to check their websites...

Feel free to submit a PR to add extra functionality as the rest of the community does :)

As noted in the README: this package is compatible with both the Old Architecture and [the New Architecture](https://reactnative.dev/docs/the-new-architecture/landing-page) of React Native. Currently, there is no defined timeline for adopting TurboModules...