UNPKG

@fto-consult/expo-ui

Version:

Bibliothèque de composants UI Expo,react-native

9 lines • 286 B
import { ActivityIndicator } from "react-native"; import theme from "$theme"; export default function ActivityIndicatorComponent(props){ return <ActivityIndicator testID="RN_ActivityIndicatorComponent" color={theme.colors.primary} {...props} /> }