How can I prevent the label from being cropped in React Native Paper's TextInput component when using 'outline' mode, especially when the label text is in different languages? #2820
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Check versions | |
| on: | |
| issues: | |
| types: [opened, edited] | |
| jobs: | |
| check-versions: | |
| if: ${{ github.event.label.name == 'bug' }} | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: react-navigation/[email protected] | |
| with: | |
| github-token: ${{ secrets.GITHUB_TOKEN }} | |
| required-packages: | | |
| react-native | |
| react-native-paper | |
| react-native-vector-icons | |
| optional-packages: | | |
| expo | |
| npm | |
| yarn |