UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

7 lines (5 loc) 130 B
'use strict'; 'worklet'; export const isLength = (value: string) => { return value.endsWith('px') || !isNaN(Number(value)); };