UNPKG

react-native-chatbox

Version:

react component to implement a placed bottom chatbox which can pick emoji text or others

14 lines (11 loc) 231 B
import { Dimensions, PixelRatio, ToastAndroid } from 'react-native'; export function getScreenSize() { return Dimensions.get('window') } export function getPixel() { return 1 / PixelRatio.get() }