I've been trying to look through the documentation but can't find a clear answer.
What is the minimum version of React Native that will work with Android API Level 33?
asked May 23, 2023 at 14:03
1 Answer 1
Looking at the RN docs under Setting up the development environment. API Level 33 is only mentioned from version 0.71
Setting up the development environment (Android)
I also read another person could only get it working from 0.71.x on this thread.
Reddit(r/reactnative): Update level api 33 android
From the above-mentioned info I believe the answer you're looking for is at least 0.71
Sign up to request clarification or add additional context in comments.
Comments
default