MFRC522 (RFID) not working with Arduino Giga R1 WiFi

My team is working on a high school class project that requires the use of the MFRC522 RFID module/board. We were originally using the Arduino Mega 2560 but upgraded to the Arduino Giga R1 because we wanted to use its capabilities for its screen. Today, when transferring everything over from the Mega to the Giga, we tested everything and found that the MFRC522 library isn't compatible with the Giga architecture. We are using the RFID board that comes with the Arduino starter kits. Is there another RFID board or library we should look into buying/ using with the Giga?

Error Message: "WARNING: library MFRC522 claims to run on avr, megaavr, STM32F1, teensy, esp8266, esp32, samd, atmelsam architecture(s) and may be incompatible with your current board which runs on mbed_giga architecture(s)."

the are a number of libraries for the MFRC522 - try a web search github MFRC522 or MRFC522 library
the is usually a section on Compatible boards

I couldn't find any MFRC522 libraries that worked with the Arduino Giga R1 WiFi/mbed_architecture so I just used an Arduino Uno R3 and used serial communication to transfer the RFID input data from the Uno to the Giga.