Skip to content

Commit be239b6

Browse files
committed
remove unnecessary use client
1 parent 8b6337d commit be239b6

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-keyboard-avoiding-view",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"private": false,
55
"description": "This component is a component that automatically adjusts the view so that the fixed element is not covered by the keyboard when the keyboard appears on iOS devices.",
66
"keywords": [

src/libs/keyboard-avoiding-view.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
"use client";
2-
31
import {
42
CSSProperties,
53
ComponentProps,

0 commit comments

Comments
 (0)