-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(global): ✨ add dimension component
This dimension component helps us to get data related to window, screen of the devices Ref: #417
- Loading branch information
Showing
2 changed files
with
33 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
/* eslint-disable no-console */ | ||
// eslint-disable-next-line unused-imports/no-unused-imports, no-unused-vars | ||
import React from "react"; | ||
|
||
// eslint-disable-next-line import/no-unresolved | ||
import { NativeDimension } from "@wrappid/native"; | ||
|
||
export default function CoreDimension(props) { | ||
return <NativeDimension {...props} />; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters