Ali Kazemkhanloo
Ali Kazemkhanloo
Hi, I think it is better to have a modal to have a full-width swagger box. and scrolling wouldn't affect document's scroll position. When trying an API, normally, the rest...
Scope: git Feature: separate pull and push buttons to have more control over git commands and be less prone to unwanted pull/push. Scenario: I always use git synchronize button to...
Hi, I wanted to use [this animation](https://lottiefiles.com/344-filter-button) in my app but the problem is there is lots of padding in the original animation. I tried to use `autoSize` and `resizeMode='cover'`,...
This will fix the jumping element while transitioning in RTL, closes #203. There is another file named `getAnchoredElements.js` with similar code, should this fix apply to that file too? how...
Hi I wanted to show the search results on top of everything in my app, I thought it is a good idea to add a function to the SearchBar to...
stepped props will force the thumb to move in discrete numbers only.
building the release app failed with this error: ``` \node_modules\react-native-orientation\android\build\intermediates\res\merged\release\values\values.xml:2919: error: resource android:attr/offset not found. ``` increasing the sdk versions of this library solved the issue for me. This PR...
extract Clipboard to pass as props. Clipboard prop should satisfy ```ts type ClipboardType = { setString(string: string): void; getString(): Promise; }; ```
Hi, can someone link this library to react native? there is this guide in [react native's docs](https://facebook.github.io/react-native/docs/0.59/native-components-android)