Daniel Dimitrov
Daniel Dimitrov
Please set a license for the package.
I was discussing the following problem with a colleague today and I'm wondering if other have experience the same behavior. We have a component that does a redux firestore query...
**Do you want to request a *feature* or report a *bug*?** Bug **What is the current behavior?** I'm trying to request a collection and a subcollection: { collection: 'companies', doc:...
I was experiencing high CPU usage and lags on the map with what I consider a lot of markers - 400. To my surprise however the map was fast with...
we trigger a selected event and not a select event.
I posted this in the react-navigation repository: https://github.com/react-navigation/react-navigation/issues/5594 but after inspecting their code I see that the problem comes from the PanGestureHandler in this repository. I have a reproducible demo...
Currently the Build Android APK step looks like this: ``` - run: name: Build Android APK command: "cd && chmod +x gradlew && ./gradlew --build-cache --max-workers 2 --continue assemble assembleAndroidTest...
Hi, I'm trying to export some flow definitions for this package: https://github.com/notifee/react-native-notifee/tree/master/src I have followed the readme and made a bash script: ``` #!/bin/zsh for i in $(find react-native/dist -type...
Not sure if this is a bug, or a feature request. I just realized that our bundle size exploded with 200kb after adding formik-json package. By the look of it...
I spent the last hour trying to get this package to work on react-native. I want to share my findings and hopefully spark a discussion onto where to take it...