Skip to content

Commit 72e750f

Browse files
committed
docs: add 1.0.2 changelongs
1 parent a574087 commit 72e750f

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOGS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelogs
22

3+
## 1.0.2 (2022-07-12)
4+
* Fixed unexpected behavior on iOS and Android.
5+
36
## 1.0.1 (2022-07-11)
47
* Fixed a bug where a dev dependency is in dependencies.
58

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default function App() {
2828
);
2929
}
3030
```
31-
`EventProvider` accepts `ViewProps`. See: https://reactnative.dev/docs/view#props
31+
`EventProvider` accepts `ViewProps`. See: [ViewProps](https://reactnative.dev/docs/view#props)
3232

3333
Then wrap every component you want to detect outside press.
3434
```js
@@ -47,6 +47,7 @@ export default function MyComponent() {
4747
);
4848
}
4949
```
50+
`OutsidePressHandler` accepts `onOutsidePress` prop and `ViewProps`. See: [ViewProps](https://reactnative.dev/docs/view#props)
5051

5152
## Changelogs
5253
See [CHANGELOGS.md](CHANGELOGS.md)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-outside-press",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "airbnb/react-outside-click-handler but for React Native",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)