Incompatible @expo/config-plugins version with Expo SDK 53
Hi team,
Thank you for your work on this project
I’m running into a compatibility issue when trying to use Viro with the latest Expo SDK 53. The problem is that viro currently depends on @expo/config-plugins version 9, but Expo SDK 53 has upgraded this dependency to version 10. This causes version mismatches and could break custom plugin support or leads to peer dependency warnings/errors during builds.
Steps to reproduce: 1. Start a new Expo SDK 53 project. 2. Install viro from this repo. 3. See the warning/error related to @expo/config-plugins.
Suggested fix: Please consider updating @expo/config-plugins to version 10 in this library to ensure compatibility with Expo 53.
Let me know if you’d like a PR for this