The person who asked the question stated that he stopped looking for a solution and solved the problem by switching to Expo SDK 51.
I would like to make a suggestion for those who have similar problems with Expo 51 or other versions.
If you are getting the error "Cannot find native module Expo...". The version of the package you are getting the error from may not be compatible with the SDK you are using. You can use the following command to understand this:
npx expo-doctor
If the above command tells you that you have incompatible dependencies with the SDK, you can see which packages are incompatible with the following command and switch to the compatible version with the --fix parameter.
npx expo install --check