-
Library version: 2.9.0
React native version: 0.76.0, new architecture enabled
When opening react-native-picker, I get this error in runtime:
```
Process: app.florio.userfactor, PID: 29998
java.…
-
Documentation: https://developer.android.com/build/dependencies#dependency-order
Why I ask this question? Because the above doc link states an important note:
> This order is important in the even…
-
### Can we access your project?
- [X] I give permission for members of the FlutterFlow team to access and test my project for the sole purpose of investigating this issue.
### Current Behavior
When…
-
## Command
```sh
flutter run
```
## Steps to Reproduce
1. ...
2. ...
3. ...
## Logs
StateError: Bad state: Failed to start Dart Development Service
```console
#0 DartDevelopmentSer…
-
The app has 3 ways to upload new pictures, one of them is the "custom picker".
The custom picker has an activity that shows a list of folders:
![Screenshot_20241009-122706.png](https://github.com/…
-
In our app, we are using only READ_MEDIA_IMAGES permission, we don't use READ_MEDIA_VIDEO permission in our app. But somehow, Play Store shows that our app uses both permissions. So my question is, by…
-
## Environment
## Platforms
iOS
## Versions
- Android: 13
- iOS: 16.6.1
- react-native-modal-datetime-picker: 17.1.0
- [react-native-community/datetimepicker](https://gi…
-
The `Bluetooth.availability` is problematic because it provides `Available` or `Unavailable` but it is inconsistent across platforms.
This comes down to the major differences in how Android vs. Cor…
-
Here is an issue I currently have using the widget or using the shortcuts.
* Ensure Ankidroid is closed (force close him if needed)
* Use a shortcut or widget to open a deck
* go back to android …
-
### Description
On Android, the `Picker` control is translated to a series of views (`EditText` for unselected state and other views when it has focus).
The native control I would expect though is…