Last active
September 13, 2024 07:33
-
-
Save Domminique/52bab84ec4bb2df74c083b27f760d491 to your computer and use it in GitHub Desktop.
react native
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
(Dimensions from react-native"; | |
const {width: deviceWidth, height: deviceHeight) Dimensions.get("window"); | |
const hp percentage( return (percentage devicelleight)/100; | |
const w percentage( return (percentage devicelleight) / 100 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment