Miki Leib

Results 26 comments of Miki Leib

TBH I did not test it because I assumed we still need `moment` in private anyway, so it'll just add another dependency and not really help us. Another thing to...

Hi @VityaSchel, We have an example for this in our demo screen ([link](https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/componentScreens/PickerScreen.tsx#L141)), locally it looks the same for me. Please take a look at our provided example to see...

Hi @Keithcat767, It seems to be working for me, not sure why, you can add `containerStyle={{backgroundColor: 'white'}}` to your `Dialog` to make sure you see it properly. If it is...

Hi @RaphBlanchet, The problem occurs because we have `defaultProps` for `Card` that sets `enableShadow: true`. You can solve it by using `setComponentForcedTheme` instead of `setComponentTheme`, but then it will not...

Internal note: look at unifying with #1805

For anyone that had a crash on Android when using `CellRendererComponent`: [This solution](https://github.com/facebook/react-native/issues/18616#issuecomment-753623907) seems to be working, I hope performance won't take too big of a hit. > Couldn't make...

You can call only `this.inputRef.focus();` if you do something like: ``` inputRef = ref} autoFocus={isAndroid ? false : props.autoFocus}/> ```

@adids1221 I'd also remove the comment from the change log 🙏

Also, nice work on the mock, I'm sure that was not easy 👍

Hi @adids1221, As discussed, please change the `getOverlay` and `modalDriver` (this is not the convention BTW) to specific getters