File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
3333Then 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
5253See [ CHANGELOGS.md] ( CHANGELOGS.md )
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments