-
This seems to be related to https://github.com/postcss/postcss/issues/1727. So I was using react native on the web along with styled-components that use postcss. While everything was working as expect…
-
As described in #3352 and #3353, there is a need to swap the runtime under the Canvas when rendering with a WebGPU context or other alternative (e.g., Skia, ANGLE). `expo-gl` should be at minimum opti…
-
### Minimal reproducible example
https://github.com/medreres/expo-drawer-issues
### Which package manager are you using? (Yarn is recommended)
npm
### If the issue is web-related, please s…
-
We all hope that the web can provide standards that enable developers to create better applications, which:
* function seamlessly across major platforms such as Android, iOS, HarmonyOS, etc.
* are…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Explain what you did
```
setDonationsValue(option)}
size={20}
…
-
### Current behavior
Using code from [material-top-tab-navigator's Snack](https://snack.expo.io/?platform=android&name=Getting%20started%20%7C%20React%20Navigation&dependencies=%40expo%2Fvector-icons…
-
### How were you trying to build the app?
I tried to build my Frame Processor Plugin (written in Objective-C++), but it failed with `'FrameHostObject.h' file not found`. The issue seems to appear i…
-
# Form Validation with Formik, Yup & React Router v6 • Edwards Moses - Web, Mobile - React & React Native Software Developer
In this article, we will explore how to use Formik and Yup with the new Re…
-
### Current behavior
**Describe the bug**
Actually I'm not sure how to explain it. I am using react-navigation/material-top-tabs in my project. I have placed the carousel on my homepage but the ma…
-
I'm trying to implement a drag-and-drop like feature using R3F event system. It works perfectly on the web, but in react-native builds, trying to call `setPointerCapture` / `releasePointerCapture` as …