We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The TouchableOpacity for iOS can be smoothen with the following prop activeOpacity={0.8}:
TouchableOpacity
activeOpacity={0.8}
https://github.com/ikuseiGmbH/smart-village-app-app/blob/8f00c148db1ceef86b278975db472e986611321e/src/components/Touchable.js#L5
We already used this in https://github.com/ikuseiGmbH/smart-village-app-app/pull/62/files#diff-c419682ce198e95c29ad105c84adf7dbR24. This makes the element, which is touched, less transparent and smoothens the effect.
Maybe this can also be used for our Button?
Button
The text was updated successfully, but these errors were encountered:
Maybe https://reactnavigation.org/docs/elements#platformpressable can be used
Sorry, something went wrong.
donni106
No branches or pull requests
The
TouchableOpacity
for iOS can be smoothen with the following propactiveOpacity={0.8}
:https://github.com/ikuseiGmbH/smart-village-app-app/blob/8f00c148db1ceef86b278975db472e986611321e/src/components/Touchable.js#L5
We already used this in https://github.com/ikuseiGmbH/smart-village-app-app/pull/62/files#diff-c419682ce198e95c29ad105c84adf7dbR24. This makes the element, which is touched, less transparent and smoothens the effect.
Maybe this can also be used for our
Button
?The text was updated successfully, but these errors were encountered: