Skip to content

Commit 625415b

Browse files
committed
correct readme
1 parent 8bcac6c commit 625415b

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,25 @@
1-
# react-native-keyevent
1+
# @bam.tech/react-native-keyevent-expo-config-plugin
22

33
Config plugin to auto configure react-native-keyevent on prebuild
4+
45
### Add the package to your npm dependencies
56

67
```
78
yarn add react-native-keyevent
8-
yarn add --dev react-native-keyevent-expo-config-plugin
9+
yarn add --dev @bam.tech/react-native-keyevent-expo-config-plugin
910
```
1011

1112
In your `app.json` or equivalent, add the following;
13+
1214
```js
1315
{
1416
expo: {
1517
/* ... */
16-
plugins: ['react-native-keyevent-expo-config-plugin'],
18+
plugins: ['@bam.tech/react-native-keyevent-expo-config-plugin'],
1719
},
1820
}
1921
```
2022

2123
# Contributing
2224

23-
Contributions are very welcome! Please refer to guidelines described in the [contributing guide]( https://github.com/expo/expo#contributing).
25+
Contributions are very welcome! Please refer to guidelines described in the [contributing guide](https://github.com/expo/expo#contributing).

0 commit comments

Comments
 (0)