TargetSdkVersion and compileSdkVersion of Expo SDK 43

I’m interested in using the react-native-vision-camera with a custom dev client, but based on this pull request the package requries a targetSdkVersion and compileSdkVersion of 31.
What is the current targetSdkVersion and compileSdkVersion when using the Expo SDK 43? And if it’s below 31 is there a way to define it to be 31 in the app.json?

  1. you can modify it with a config plugin if you want to, or just use a version of react-native-version-camera that is compatible - eg: it looks like 2.9.0 doesn’t use camerax alpha 09 and therefore should work fine

Thanks

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.