UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

5 lines (4 loc) 170 B
'use strict'; export const PERCENTAGE_REGEX = /^-?(\d*\.)?\d+%$/; export const MILLISECONDS_REGEX = /^-?(\d*\.)?\d+ms$/; export const SECONDS_REGEX = /^-?(\d*\.)?\d+s$/;