-
Notifications
You must be signed in to change notification settings - Fork 5.6k
TextInput: document inputAccessoryViewButtonLabel prop
#4530
New issue
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
TextInput: document inputAccessoryViewButtonLabel prop
#4530
Conversation
inputAccessoryViewButtonLabel prop
✅ Deploy Preview for react-native ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Can you update also the versioned docs for 0.77 and 0.78? |
Updated it now for previous versions as well |
|
We now have 0.79 documentation. Can you updated it @mateoguzmana ? |
I could! But I am wondering if we can merge those PRs already opened first before creating a new one for another version. Not sure what the process is to get them merged |
|
I'm not sure either, @cortinico can we merge this ? |
yes we can merge this as it's correctly updating 79, 78 and 77 |
|
@cortinico seems that build & lint have some issue 👀 |
they should be running now |
The TextInput component has a new property
inputAccessoryViewButtonLabelintroduced in facebook/react-native#47441. This PR documents the new prop.