UNPKG

expo-dev-menu

Version:

Expo/React Native module with the developer menu.

7 lines (4 loc) 196 B
import { Text } from 'react-native'; import createAnimatedComponent from '../../createAnimatedComponent'; const AnimatedText = createAnimatedComponent(Text as any); export default AnimatedText;