We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0183381 commit a637a90Copy full SHA for a637a90
2 files changed
src/components/ScreenContentWrapper.windows.tsx
@@ -0,0 +1,5 @@
1
+import { View } from 'react-native';
2
+
3
+const ScreenContentWrapper = View;
4
5
+export default ScreenContentWrapper;
src/components/ScreenFooter.windows.tsx
@@ -0,0 +1,7 @@
+const ScreenFooter = View;
+const FooterComponent = View;
6
+export default ScreenFooter;
7
+export { FooterComponent };
0 commit comments