Skip to content

Instantly share code, notes, and snippets.

@princefishthrower
Last active October 3, 2021 10:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save princefishthrower/3b2b3474f22a9d0fda010a5613aa6ad4 to your computer and use it in GitHub Desktop.
Save princefishthrower/3b2b3474f22a9d0fda010a5613aa6ad4 to your computer and use it in GitHub Desktop.
A basic boilerplate of how to use the KeyboardShift component.
import KeyboardShift from './KeyboardShift'
export default function YourCoolKeyboardScreen () {
// Other logic, variables, etc.
return (
<KeyboardShift>
{/* Screen components */}
</KeyboardShift>
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment