-
On Android, fonts are automatically adjusted, to prevent this you can add allowFontScaling={false} props for .
Current implementation does not include a way to inject such props in Text, adding dropd…
-
I copied example code and tested in iOS and android. Observed space between dropdown button and dropdown options container in android only.
How to remove the space ?
-
Hello,
I have a question because from my research I haven't very clear. Can we add svg icons inside ?
I have submitted a piece of code:
return (
…
-
https://github.com/react-restart/ui/blob/main/src/DropdownMenu.tsx
```js
const menuProps: UserDropdownMenuProps = {
ref: setMenu || noop,
'aria-labelledby': toggleElement?.id,
...…
-
Working fine in iOS but the function I pass into the `handleItemSelect` prop doesn't get evoked
`handleSelectItem={(item, id) => this._handleSelectItem(item, id)}`
-
# Prerequisites
Please answer the following questions for yourself before submitting an issue.
- [X] I am running the latest version
- [X] I checked the documentation and found no answer
- [X]…
-
Getting below Warning
> componentWillReceiveProps is deprecated and will be removed in the next major version. Use static getDerivedStateFromProps instead.
>
> Please update the following compon…
-
I'm really excited about getting this to work, and feel like I've gotten most of it set up, but I must be missing something.
1. I've got flipper + react native working together, and I can use the R…
-
### Description
Im getting 'RNSkInfoParameter.h' file not found error when I try to use with Firestore. I tried difficult version combination however I couldn't build. Current version 1.5.0 and react…
-