frankied003

Results 2 issues of frankied003

I'm attempting to add a function within my application that checks if any bluetooth devices are already connected to the phone. These connections happen outside the app and in the...

Been trying to initiate the animation in the parent component using this code: Parent component ``` import React, { useState, useEffect, useRef } from 'react'; import { ActivityIndicator } from...