React native modal cannot show in some Android device but iOS work

Please provide the following:

  1. SDK Version: 44
  2. Platforms(Android/iOS/web/all): Android

Hi everyone, currently I have an app published on App Store and Google Play. Everything works fine but the Modals that cannot show in some Android devices (As I know, Xiaomi 11T, Sony, Samsung, and some of their OS are Android 11 not sure any more…). iOS are working fine.

The modal library is from react-native and ActivityIndicator from react-native-paper with the modal component.

import {StyleSheet, Text, View, TochableOpacity, Modal} from 'react-native'; import{ActivityIndicator} from "react-native-paper

The version of react-native is 0.64.3 and react-native-paper is ^4.11.2.

The above information are all I could have so it is hard to debug for me.

Not sure if you need the code for reference but I could say the modal is very simple and just like the example from expo doc/react-native doc.

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