Skip to content

Commit

Permalink
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)
  • Loading branch information
kirillzyusko committed Jan 20, 2024
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
Expand Up @@ -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
Expand Down

0 comments on commit 96c9b71

Please sign in to comment.