UNPKG

@toxclient/shathui

Version:

Platform-agnostic Chat UI components for The Universal Tox Client.

10 lines (8 loc) 141 B
import { Platform } from 'react-native'; export const noSelect = { ...Platform.select({ web: { userSelect: 'none' } }) };