Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
Release/0.3.3 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
surajahmed authored Feb 9, 2022
1 parent 16c5d26 commit ec14df0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/overlays/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-aria/overlays",
"version": "0.3.3",
"version": "0.3.3-rc.0",
"description": "Overlay utilities. Part of react-native-aria",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down
2 changes: 1 addition & 1 deletion packages/overlays/src/Portal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export function PortalProvider(props: { children: ReactNode }) {
);
}

function OverlayView({style, ...props}: ModalProviderProps) {
function OverlayView({ style, ...props }: ModalProviderProps) {
return (
<View
pointerEvents="box-none"
Expand Down

0 comments on commit ec14df0

Please sign in to comment.