{"id":4397,"url":"https://github.com/melihberberolu/React-Native-Keyboard-Sticky-View","last_synced_at":"2025-07-31T13:30:55.310Z","repository":{"id":215160065,"uuid":"136988798","full_name":"melihberberolu/React-Native-Keyboard-Sticky-View","owner":"melihberberolu","description":"React Native keyboard sticky view with animation","archived":false,"fork":false,"pushed_at":"2019-10-01T06:33:55.000Z","size":10,"stargazers_count":23,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-08-15T00:20:10.597Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/melihberberolu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2018-06-11T22:44:01.000Z","updated_at":"2022-10-09T09:39:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"2a73228d-41cc-4c8e-8857-c9da874ba923","html_url":"https://github.com/melihberberolu/React-Native-Keyboard-Sticky-View","commit_stats":null,"previous_names":["melihberberolu/react-native-keyboard-sticky-view"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melihberberolu%2FReact-Native-Keyboard-Sticky-View","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melihberberolu%2FReact-Native-Keyboard-Sticky-View/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melihberberolu%2FReact-Native-Keyboard-Sticky-View/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melihberberolu%2FReact-Native-Keyboard-Sticky-View/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/melihberberolu","download_url":"https://codeload.github.com/melihberberolu/React-Native-Keyboard-Sticky-View/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228248563,"owners_count":17891447,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-01-05T20:17:10.631Z","updated_at":"2024-12-05T06:31:40.293Z","avatar_url":"https://github.com/melihberberolu.png","language":"JavaScript","funding_links":[],"categories":["Components"],"sub_categories":["Navigation"],"readme":"# React-Native-Keyboard-Sticky-View\nReact Native keyboard sticky view with animation\n\n![Demo](https://user-images.githubusercontent.com/3721734/41261527-bc714c26-6de4-11e8-9b3b-3e55fa512596.gif)\n\n\n```javascript\nimport React from 'react';\nimport { TouchableOpacity, StyleSheet, View, TextInput, Text } from 'react-native';\nimport KeyboardStickyView from 'react-native-keyboard-sticky-view';\n\nexport default class KeyboardStickyViewExample extends React.Component {\n  render() {\n    return (\n      \u003cView style={styles.container}\u003e\n        \u003cView style={styles.textinputWrapper}\u003e\n          \u003cTextInput /\u003e\n        \u003c/View\u003e\n        \u003cKeyboardStickyView\n          onKeyboardShow={f =\u003e f}\n          onKeyboardHide={f =\u003e f}\n        \u003e\n          { (state, props) =\u003e (\n            \u003cTouchableOpacity style={styles.btn}\u003e\n              \u003cText\u003eClick\u003c/Text\u003e\n            \u003c/TouchableOpacity\u003e\n          )}\n        \u003c/KeyboardStickyView\u003e\n      \u003c/View\u003e\n    )\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmelihberberolu%2FReact-Native-Keyboard-Sticky-View","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmelihberberolu%2FReact-Native-Keyboard-Sticky-View","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmelihberberolu%2FReact-Native-Keyboard-Sticky-View/lists"}