-
Hi,
We have an issue when trying to open the modal on android (RN 0.62.2), the app freeze and we can't do anything.
We tried binding the onSelect function and setting the state inside the rend…
-
**Describe the bug**
Got an error when galio is imported by tested file. I'm not sure if it's a problem with Galio or Jest.
Jest was configured like expo docs suggests.
```js
/home/felipe/Dev/Go…
-
How to disable bounce in ios as I have tried to use bounces props but it is not working.
-
### Summary
I was running Node version 6.x and when I added `import t from 'tcomb-form-native'` to one of my component files, I began getting errors in Travis Pro that said `Unexpected token import…
-
The input to click on the last visible item in the TimePicker is partially blocked. This is likely due to how components are prioritized in React. (Component is before but renders above later componen…
-
Hi there.
I use a dropdown-picker to select a city in a list. For this I use the listMode="MODAL" with a search input. When I click to select a city the keyboard close first. So I have to click a …
-
### Dropdown/Dialog isn't working in Android
Hello! I am currently trying to create the dropdown for both iOS and Android I checked in iOS and it was working fine but when I checked it on android I…
-
I am getting this error in IOS but in android its working fine.
thanks in advance for help and support!
ghost updated
3 years ago
-
I have a dropdown picker with `extendableBadgeContainer` set to `true` and `maxHeight={20}` but the height isn't working at all.
Screenshot:
![image](https://user-images.githubusercontent.com/46…
-
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…