You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no ripple in Button component on android even though in docs it should be enabled by default, I also tried setting ripple prop to true but it does not work.
Steps to reproduce the behaviour:
a simple Button: <Button block={true}>Login</Button>
Important Details
Version: "react-native-magnus": "^1.0.63"
OS: MacOS - any Android version
The text was updated successfully, but these errors were encountered:
Description
There is no ripple in Button component on android even though in docs it should be enabled by default, I also tried setting
ripple
prop totrue
but it does not work.Steps to reproduce the behaviour:
a simple Button:
<Button block={true}>Login</Button>
Important Details
The text was updated successfully, but these errors were encountered: