devWaleed

Results 20 issues of devWaleed

I am trying to simply implement the code from documentation but it seems to give me error. ` import StatusBar from './StatusBar' export default { name: "Section", props: ['region'], components:...

Does this support adding other query parameters? I want to use this on a search page and i have a form where other parameters are added. This only shows the...

### Description 1. I created a release build for my QA team to test. 2. Labels were showing correctly and everything was working fine. 3. Then I shared another release...

### Current behaviour I have 2 tabs. First tab is active by default (i.e initial tab). Second tab has a TextInput. When I start app, click on second tab header...

bug
needs repro

In the ReadMe file, with iOS details, I think we should mention that if the iOS app is private or available for Apple Business users only. It will not show...

Hi, I am using this onkeyup event. I want to highlight the written key words, like this: ``` function Highlight(word){ $('textarea').highlightTextarea({ words: [word] }); } ``` But its not working,...

Hey, there is an issue. When I touch-scroll, drawer closes or acts weirdly.

Getting errors same like: https://github.com/jesster2k10/react-native-range-slider/issues/12

I am trying to set height of parent container 'slider' to 100vh on init and it won't work. var slider = new IdealImageSlider.Slider({ selector: '#slider', transitionDuration: 0, disableNav: true, interval:...

### Version Tell us which versions you are using: - react-native-image-crop-picker v0.33.2. - react-native v0.65.3 ### Platform iOS vs Android ### Expected behaviour Same image bytes count ### Actual behaviour...