Mathieu Acthernoene

Results 108 comments of Mathieu Acthernoene

@mashad6 No. `android:configChanges` accepts `locale`, it's imho the way to go to implement this after all.

I made a simple solution to fix this issue: https://github.com/zoontek/types-testing-library-vitest-dom ### Installation (yarn) ```json "resolutions": { "@types/testing-library__jest-dom": "github:zoontek/types-testing-library-vitest-dom" } ``` ### Installation (npm) ```json "overrides": { "@types/testing-library__jest-dom": "github:zoontek/types-testing-library-vitest-dom" } ```...

@page403 The appearing animation can be handled using a drawable, but the disappearing one currently cannot (at least, not on the Java side)

Closing this since I couldn't reproduce it, and nobody came with a similar issue.

@jenipharachel This is the kind of feature I don't personally need, but I'm available for freelancing work if your company really need it! You can contact me via email 🙂

Just discovered that a similar job has to be done for Android now (https://developer.android.com/about/versions/14/changes/partial-photo-video-access). I put the feature request on https://polar.sh/zoontek, if companies are interested in it.

@luizppa (and others who want to try), this is available in latest v4 beta: https://github.com/zoontek/react-native-permissions/pull/808/commits/b72d3d39d9d3325d0526d4094ea724fc059a9099 (and it also works on iOS 14, using a `NSTimer` trick). To try it, `yarn...

Closed as [v4.0.0 is out](https://github.com/zoontek/react-native-permissions/releases/tag/4.0.0).

@jcesarmobile Hi, react-native-bootsplash maintainer here. The issue is caused by how they implement [the way to keep the splash screen on screen](https://github.com/androidx/androidx/blob/a90475527d0984ea7aad7c720f5423fcf2f42124/core/core-splashscreen/src/main/java/androidx/core/splashscreen/SplashScreen.kt#L286). They basically freeze the UI updates during the...

@ajen010 Could you give me access to a repository?