UNPKG

@fto-consult/expo-ui

Version:

Bibliothèque de composants UI Expo,react-native

13 lines (10 loc) • 504 B
///@see : https://github.com/mfrachet/rn-placeholder export { Placeholder } from "./Placeholder"; export { PlaceholderLine } from "./PlaceholderLine"; export { PlaceholderMedia } from "./PlaceholderMedia"; export { Fade } from "./animations/Fade"; export { Shine } from "./animations/Shine"; export { ShineOverlay } from "./animations/ShineOverlay"; export { Loader } from "./animations/Loader"; export { Progressive } from "./animations/Progressive"; export * from "./animations/context";