Skip to content

Commit bcbbd9f

Browse files
committed
Add group name
1 parent 9d6ab93 commit bcbbd9f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"cSpell.words": ["doong", "hookz", "microbundle"]
2+
"cSpell.words": ["doong", "eule", "hookz", "microbundle"]
33
}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ In iOS, the keyboard will cover the input field when it pops up. This package wi
1111
## Installation
1212

1313
```bash
14-
npm install react-keyboard-avoiding-view
14+
npm install @fe-eule/react-keyboard-avoiding-view
1515
```
1616

1717
## Usage
1818

1919
```jsx
2020
// in react not react-native
2121
import React from "react";
22-
import KeyboardAvoidingView from "react-keyboard-avoiding-view";
22+
import KeyboardAvoidingView from "@fe-eule/react-keyboard-avoiding-view";
2323

2424
const App = () => {
2525
return (

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "react-keyboard-avoiding-view",
2+
"name": "@fe-eule/react-keyboard-avoiding-view",
33
"version": "1.0.7",
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.",

0 commit comments

Comments
 (0)