Skip to content

SteveOscar/isIphoneX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

isIphoneX check for React Native

A small library that checks if the current device is an iPhoneX for React Native

Installation

npm install isIphoneX

Usage

const check = require('isiphonex')

const result = check.isIphoneX()

result should be true for iPhoneX devices and simulators, and false for other devices

Contributing

PRs welcome

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published