Kash

Results 10 issues of Kash

Hello, is there a method to retrieve the the rate limit? or how can I get the request headers to retrieve 'X-RateLimit-Remaining'

enhancement

After installing the package the app works fine on iOS 14 but any version before that the app does not run. I get this error. ``` dyld: Library not loaded:...

Added support to RTL. Default checks: **_I18nManager.isRTL_**, or the prop **_isRTL_** value.

Hello, Thank you to everyone contributing to the amazing work on this package. I am encountering an issue and would appreciate any help or guidance. Case: I have three tabs:...

question

Hello, Thank you for this package. There an error that happens when I have a long list, like countries and there is a selected value down in the list. The...

Thank you for the great package & all the work put in it. I noticied its missing a changelog and releases updates, can you please add it to able to...

### Feature request Currently, the MaterialTabBar component does not support setting the accessibilityState for the tab items. This is crucial for accessibility(voice over) as it helps screen readers identify the...

enhancement

**Describe the bug** After upgrading to RN 0.74 Now I receive these warnings, in screens where the component is present. ```` ERROR Warning: AnimatableImage: Support for defaultProps will be removed...

Current Behavior builds a where condition like this `WHERE (field LIKE '%فلسطيني%' AND REGEXP '((ا|أ|إ|آ)ل)?فلسطيني(ون)?')` This throws and error, because its invalid SQL `REGEXP` must be preceded by a field...

## Environment This is my current configuration, but I noticed the issue on many different versions and setups as well. ``` "react": "18.3.1", "react-native": "0.76.3", "react-native-pager-view": "6.7.0", "react-native-gesture-handler": "2.20.2", "react-native-reanimated":...