akveo / kittenTricks

React Native starter kit with over 40 screens and modern Light and Dark theme for creating stunning cross-platform mobile applications.
https://akveo.github.io/react-native-ui-kitten/
MIT License
7.12k stars 992 forks source link

Use `Pressable` instead of `TouchableWithoutFeedback` for wrapping password eye icon in auth layouts. #329

Open obayit opened 2 years ago

obayit commented 2 years ago

🐛 Bug Report

The examples now use TouchableWithoutFeedbak which cases an error (the component works fine but still)

To Reproduce

Steps to reproduce the behavior: Open auth pages and observe the console output.////

Expected behavior

Link to runnable example or repository (highly encouraged)

UI Kitten and Eva version

Package Version
@eva-design/eva
@ui-kitten/components

Environment information

obayit commented 2 years ago

https://github.com/react-native-svg/react-native-svg/issues/1483