Gathering detailed insights and metrics for @use-expo/screen-orientation
Gathering detailed insights and metrics for @use-expo/screen-orientation
Gathering detailed insights and metrics for @use-expo/screen-orientation
Gathering detailed insights and metrics for @use-expo/screen-orientation
expo-screen-orientation
Expo universal module for managing device's screen orientation
@expo/match-media
Universal polyfill for match media API using Expo APIs on mobile
expo-splash-screen
Provides a module to allow keeping the native Splash Screen visible until you choose to hide it.
@expo/configure-splash-screen
Supplementary module for 'expo-splash-screen' providing cli configuration command
npm install @use-expo/screen-orientation
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
315 Stars
291 Commits
13 Forks
4 Watching
39 Branches
5 Contributors
Updated on 01 Nov 2024
TypeScript (98.91%)
JavaScript (1.09%)
Cumulative downloads
Total Downloads
Last day
-24%
38
Compared to previous day
Last week
5.1%
165
Compared to previous week
Last month
81.4%
497
Compared to previous month
Last year
-28.1%
6,753
Compared to previous year
1
useApplicationInstallTime
— get the time the app was installed on the deviceuseApplicationAndroidInstallReferrer
— get the referrer URL of the installed appuseApplicationAndroidLastUpdateTime
— get the time the app was last updated via the Google Play StoreuseApplicationIosIdForVendor
— get the referrer URL of the installed appuseBattery
— get the battery level, state and power modeuseBatteryLevel
— get or track the battery level or percentage remaininguseBatteryLowPowerMode
— get or track the battery low power modeuseBatteryState
— get or track the battery (charging) stateuseBrightness
— change or track the screen brightnessuseSystemBrightness
— change or track the system screen brightnessuseSystemBrightnessMode
— change or track the system brightness modeuseFonts
— load a map of fontsusePermissions
— get or ask permissionsuseScreenOrientation
— track changes in screen orientationuseScreenOrientationLock
— lock the screen to an orientationuseScreenOrientationPlatformLock
— lock multiple platforms to an orientationuseAccelerometer
— track changes in accelerationuseBarometer
— track changes in air pressureuseDeviceMotion
— track device motion and orientationuseGyroscope
— track changes in rotationuseMagnetometer
— track changes in the magnetic fielduseMagnetometerUncalibrated
— track changes in the magnetic field using raw datausePedometer
— track user step countusePedometerHistory
— get historical step count between two datesuseStoreReviewHasAction
— determines if the store review can perform any actionuseStoreReviewIsAvailable
— determines if the platform has the capabilities to use request reviewuseStoreReviewRequest
— request a store review if availableuseBrowsers
— Get a list of Android browsersuseWarmBrowser
— Warm up and cool down and android browserYou can import these hooks by installing the @use-expo/<group>
packages.
1import { useBrightness } from '@use-expo/brightness'; 2import { usePermissions } from '@use-expo/permissions';
This project follows the all-contributors specification (emoji key). Contributions of any kind welcome!
Cedric van Putten 💻 📖 💡 | Evan Bacon 💻 📖 | Robbie op de Weegh 💻 📖 | Jakub Biesiada 🐛 💻 |
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 0/29 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Reason
security policy file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
110 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-25
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More