Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to run react-native apps on Redmi phone?

I am trying to upload my react-native apk to redmi note 3 but encountered an error unable to upload some apk after downgrading the gradle from 1.3.1 to 1.2.3 i was able to sought it but still after successfully uploading the app I can only see blank white screen. I am unable to see any app screen.

I followed https://github.com/facebook/react-native/issues/2720 but still didn't found any success.

I have worked on two version of redmi phone one is redmi note 3 with 5.0.2 android version and Mi pad with 4.4.4 android version and faced the same issue on both i.e blank screen.

like image 511
atif Avatar asked Oct 29 '22 22:10

atif


1 Answers

I have the same problem with my Redmi Note4 ( white screen and no develop pop-up menu )

I solved this problem by giving the permission to allow your react-native app to display Pop-up Window. After that the App works fine.

It seems that you may have already solved this problem. If not, hope this answer can help you.

like image 95
Cettoana Avatar answered Nov 15 '22 06:11

Cettoana