Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

React Native and Android API Level 33

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?

like image 204
Umbungu Avatar asked May 29 '26 19:05

Umbungu


1 Answers

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

like image 147
Allie_B Avatar answered May 31 '26 10:05

Allie_B