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
I have a Chip displayed in full width :
<Chip onPress={...}>Hello</Chip>
Sample : https://snack.expo.io/qeXIhkV_-
The chip is only pressable on the text and gets the focused state only around the text :
It should work like in previous versions :
https://snack.expo.io/ne1ESaMId
Here, when I press anywhere on the chip, the chip is focused and all the chip gets the focused state :
Default :
Pressed :
I tried to give a full width View as children with the text in it but it didn't work too.
The text was updated successfully, but these errors were encountered:
Couldn't find version numbers for the following packages in the issue:
react-native-vector-icons
npm
Can you update the issue to include version numbers for those packages? The version numbers must match the format 1.2.3.
The versions mentioned in the issue for the following packages differ from the latest versions on npm:
react-native
0.63.4
0.64.2
react-native-paper
4.7.2
4.9.2
yarn
1.22.5
1.22.10
Can you verify that the issue still exists after upgrading to the latest versions of these packages?
Sorry, something went wrong.
Still doesn't work in the latest version 4.9.2 of react-native-paper :
https://snack.expo.io/iEnHfXuTH
I don't use react-native-vector-icons I don't use npm
Successfully merging a pull request may close this issue.
Current behaviour
I have a Chip displayed in full width :
Sample : https://snack.expo.io/qeXIhkV_-
The chip is only pressable on the text and gets the focused state only around the text :
Expected behaviour
It should work like in previous versions :
https://snack.expo.io/ne1ESaMId
Here, when I press anywhere on the chip, the chip is focused and all the chip gets the focused state :
Default :
Pressed :
What have you tried
I tried to give a full width View as children with the text in it but it didn't work too.
Your Environment
The text was updated successfully, but these errors were encountered: