-
-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add a note about
useResizeMode
hook (#280)
## 📜 Description <!-- Describe your changes in detail --> ## 💡 Motivation and Context Currently algolia search returns nothing about `useResizeMode` hook. <img width="670" alt="image" src="https://github.com/kirillzyusko/react-native-keyboard-controller/assets/22820318/bf8ad425-10bf-49b0-a34a-54183f72451d"> This hook is not documented anywhere in the code, so I decided to add a reference why it's needed. I thought that `Building own hook` guide is a perfect place for that. ## 📢 Changelog ### Docs - add a note about `useResizeMode` hook ## 🤔 How Has This Been Tested? Tested on `localhost:3000`. ## 📸 Screenshots (if appropriate): <img width="997" alt="image" src="https://github.com/kirillzyusko/react-native-keyboard-controller/assets/22820318/87410610-e0f4-4748-ab91-375fa1200433"> ## 📝 Checklist - [x] CI successfully passed
- Loading branch information
1 parent
f251c51
commit 22e7a20
Showing
2 changed files
with
18 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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