-
Currently, when attempting to open the [clickable dropdowns](https://infima.dev/docs/components/dropdown#clickable), no dropdown appears.
-
-> I've added a Chart on top of the screen.
-> And I scroll and hide the chart.
-> Then for some reason, the app crashes while going back.
-
It would be great to have a way to customize flatlist props like "persistentScrollbar" etc.
Synce updated
2 years ago
-
Build android fails on windows with basic init of react native. But running it though react-native run-android works. I have been trying to figure out this issue for almost three days on one of my pro…
-
when I run "cd android && ./gradlew assembleRelease --stacktrace" get this error:
![image](https://user-images.githubusercontent.com/28912294/46901225-6c515380-cee2-11e8-9093-0af6ce68f7e2.png)
rea…
-
Add group selection dropdown to the existing home page.
Dropdown should allow user to select a group and update the starting dropdown with information about what team was selected.
Rough Mock-up…
-
### Summary
Simply, `lineDashPattern={[6, 6]}` does not work on Android. The Polygon line is solid and not dashed. I saw this PR https://github.com/react-native-maps/react-native-maps/pull/5121 but…
-
### Do you understand that any discussions or questions opened as issues in the core Expo Snack repository will be closed?
Yes
-
Is this by design?
It works but I get a typescript error as follows:
Property 'renderRightComponent' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes & Readonly & Readonly'…
-
I am using react-native-phone-input v2.1.0 and getting this error in the editor.
```
'PhoneInput' cannot be used as a JSX component.
Its type 'typeof PhoneInput' is not a valid JSX element type…