Skip to content

Commit

Permalink
Change console.warn
Browse files Browse the repository at this point in the history
  • Loading branch information
tboba committed Jan 3, 2024
1 parent 6c64d70 commit 2a6eedd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FullWindowOverlay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const NativeFullWindowOverlay: React.ComponentType<

function FullWindowOverlay(props: { children: ReactNode }) {
if (Platform.OS !== 'ios') {
console.warn('Importing FullWindowOverlay is only valid on iOS devices.');
console.warn('Using FullWindowOverlay is only valid on iOS devices.');
return <View {...props} />;
}
return (
Expand Down

0 comments on commit 2a6eedd

Please sign in to comment.