Skip to content

Commit

Permalink
feat: add stub implementations for ScreenContentWrapper for web (#2368
Browse files Browse the repository at this point in the history
)

## Description

Missing stubs for web.

## Changes

See the changes, no additional description is needed.


## Checklist

- [-] Ensured that CI passes
  • Loading branch information
kkafar authored Oct 1, 2024
1 parent 8fc934f commit 108d85d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/ScreenContentWrapper.web.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import { View } from 'react-native';

export const NativeScreenContentWrapper = View;
export const ScreenContentWrapper = View;

0 comments on commit 108d85d

Please sign in to comment.