react-native-platform-color
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

React Native PlatformColor

A PlatformColor shim for react-native-web (Did not implement PlatformColor yet).

If Platform.OS is not web, use native PlatformColor instead.

import { PlatformColor } from 'react-native-platform-color'

// in light mode
const systemBackground = PlatformColor('systemBackground') // `rgba(255,255,255, 1) `

// in dark mode
const systemBackground = PlatformColor('systemBackground') // `rgba(0,0,0, 1) `

Readme

Keywords

none

Package Sidebar

Install

npm i react-native-platform-color

Weekly Downloads

5

Version

1.0.3

License

none

Unpacked Size

60.4 kB

Total Files

14

Last publish

Collaborators

  • heineiuo