Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: keep technical documentation separately (not as "how to use a co…
Browse files Browse the repository at this point in the history
…mponent" documentation)
kirillzyusko committed Jan 20, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent b4222f9 commit 96c9b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/KeyboardAwareScrollView/index.tsx
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ type KeyboardAwareScrollViewProps = {
bottomOffset?: number;
} & ScrollViewProps;

/**
/*
* Everything begins from `onStart` handler. This handler is called every time,
* when keyboard changes its size or when focused `TextInput` was changed. In
* this handler we are calculating/memoizing values which later will be used

0 comments on commit 96c9b71

Please sign in to comment.