Marc Rousavy
Marc Rousavy
## Description On Android I was suddenly unable to get the metro bundler server to work. I've been debugging this for the past 5 hours, and I couldn't find any...
### Introduction Yesterday (June 22nd) Apple held it's yearly WWDC. They announced Widgets for the Homescreen, which can display small amount of information about your app. The photos app for...
Hi! I'm getting the error `Error: Resource not accessible by integration` when the action runs on a PR created by a GitHub integration (dependabot). This makes the CI fail, I...
## Description Makes worklets (`runOnUI`) and `runOnJS` return a Promise so it can be awaited and can now return values. ```js const result = await runOnUI(() => { return 'Test!'...
The RCTText dependency breaks Swift build.
### Prerequisites * [X] Put an `X` between the brackets on this line if you have done all of the following: * read our [Wiki](https://github.com/RedMadRobot/input-mask-ios/wiki); * read the entire [Known...
The animation begins smoothly, but when the animation finishes, the items (`SharedElement`s) are off by some pixels which causes this stuttering glitch. This issue only appears when using the `ModalPresentationIOS`...
# Bug The library just hard crashes on android without any error or description. Nothing is being logged in the metro server console. On iOS it works fine. For debugging...
When wrapping Pressables (``, ``, ...) with a context menu, the entire JS responder system will fail/crash once you open the context menu once. In other words, your entire screen...
The README states that RoundCodes is written in Swift 5, requires Xcode 11 and is compatible with iOS 13.0+. Does it not work below iOS 13? Which APIs do you...