UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

9 lines (7 loc) 138 B
'use strict'; import keyframes from './keyframes'; import { create } from './stylesheet'; export const css = { create, keyframes, };