Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix:
KeyboardToolbar
view props inheritance (#608)
## 📜 Description Minor tweaks to `KeyboardToolbar` view props inheritance coming from this PR #603 ## 💡 Motivation and Context I wanted to unify documentation style. On JS side we should do spreading first, because otherwise unspecified props can overwrite our props and it may lead to unpredictable behavior. ## 📢 Changelog <!-- High level overview of important changes --> <!-- For example: fixed status bar manipulation; added new types declarations; --> <!-- If your changes don't affect one of platform/language below - then remove this platform/language --> ### JS - spread `rest` before specifying other props (because in props declaration we omit props that we use); ### Docs - unify props inheritance style across documentation style. ## 🤔 How Has This Been Tested? Tested manually on localhost:3000. ## 📸 Screenshots (if appropriate): <img width="1423" alt="image" src="https://github.com/user-attachments/assets/4cb3f44c-129b-43e1-a0bf-eeeac7568491"> ## 📝 Checklist - [x] CI successfully passed - [x] I added new mocks and corresponding unit-tests if library API was changed
- Loading branch information