-
I've added the component in my React Native project, facing issues with the props "borderColor" and "color". It's giving me the following error:
Type '{ radioButtons: { id: string; label: string; val…
-
I wish there was a direct way to send an array or hash to a HTML file, something like var.send_toHtml(filename), where the hash would readily be a reference (hidden, I guess).
Like automatic json for…
-
### Version
v1.2.3
### Which operating systems have you used?
- [x] Android
- [ ] iOS
### Environment that reproduces the issue
I am getting this issue
getCameraCharacteristics:851: Unable to …
-
The Pi Pico has 2 physical cores, but only one core is usable in CircuitPython. Micropython has limited multicore functionality when used with the pico, allowing the user to start a separate task whil…
-
### Description
I have a nested artboard button using events, inputs, and listeners. It works in the editor but it doesn't work with React Native on Android.
### Provide a Repro
See the attac…
-
## Your Environment
* Plugin version: 4.12
* Platform: expo Android/iOS
* OS version:
EXPO: 0.4.11
Expo Go 2.28.8
Android: 12
* Device manufacturer / model: Xiaomi Redmi Note 11
* Rea…
-
### Summary
ResponseListener not firing on dev/prod builds. It's only firing within expo go.
responseListener.current =
Notifications.addNotificationResponseReceivedListener((response) =…
-
### Summary
ResponseListener not firing on dev/prod builds. It's only firing within expo go.
responseListener.current =
Notifications.addNotificationResponseReceivedListener((response) => {
cons…
-
### Summary
Hello, i'll post the gradle error that occurs during the eas build for android.
```bash
FAILURE: Build failed with an exception.
* Where:
Script '/home/expo/workingdir/build/n…
ghost updated
5 months ago
-
See: https://github.com/whatwg/html/issues/6807 for more context about the problem we'd like to solve. The TL;DR is that we'd like to allow the `` element to be sized to its contents a little easier. …