import React from "react"; import { View } from "react-native"; import { BarIndicator } from "react-native-indicators"; export default function LoadingDisplay({ count = 5 }) { //TODO: This is throwing an error per expo, but it appears to be happening inside the component itself. return ( ); }