ruida-shen

Results 8 comments of ruida-shen

> Also happens in Firefox > > > > ![grafik](https://user-images.githubusercontent.com/1089817/182791341-1d46368e-258d-40ee-a316-cc5c82bec83f.png) > > > > @eva-design/eva 2.1.1 > > @ui-kitten/components 5.1.2 > > > > Adding input:focus { outline:none; } to...

> Please reopen. This is still a bug. Just because you hacked your way through (global style in react-native?), doesn't mean it's fixed. I don't think this is a bug,...

> Yes and this component should render it correctly and disable the outline They may intentionally leave it like this for better accessibility, but I will reopen the issue and...

I am having the same issue after upgrading expo-cli to 6.0.2

> I'm github surfing trying to find the best UI library for React Native Web, and came across this issue. The creator of React Native Web is leaving the blue...

I have a similar problem trying to implement a scale animation: ```js const scaleAnimation = useSpring({ from: { scale: 0, }, to: { scale: 1, }, config: { tension: 300,...

Same issue, have to use another package or create my own tab view component for the web

@R3DST0RM The fix for me was to replace undefined with 'basic' ```js ```