Crashlytics React-Native app distribution doesn't go pass splash screen - react-native

I have followed the installation process to use Crashlytics to distribute my React Native app. When I have archived and installed the app via Beta, app stuck at Splash Screen and doesnt go passed it (This issue is in both iOS and Andriod). Does anyone had this issue before. Any help would be appreciated.

Related

React Native Expo app shows white screen on TestFlight

I have been building an app in React Native with Expo for the last few months.
I just got accepted as a Apple Developer so now I am trying to publish my app to TestFlight.
Everything seemed to go perfect, the building process passed and I uploaded my app through the Transporter app. Now I have my app installed on my phone but every time I open the app it shows a very short Splash image and then goes to a white screen forever. I've searched every possible solution but can't seem to find anything and I am running out of options.
I checken my app.config.js and my eas.json file and it all seems valid to me. So please, if someone experienced this and knows how to solve this, it would be very helpful!
I was expecting to see my app just like I saw it before, while testing it in the Xcode simulator. I have tried changing my config files but it all seems correct to me.

Expo React native app stuck at Splash Screen after expo Publish

I am trying to build an React native application using expo. My application works fine in development environment but it stucks on splash screen " new update available, downloading" after I run expo publish command. Can Someone guide me about that why its happening so....!

In react native project when android simultor tries to open the expo go then my app suddenly closes

I am seeing no error in visual studio react native and android bundle is also working fine. But when android simlator tries to open the expo go then my app suddenly stopes by closing the app.
Please help me regarding this. I stuck in this.

Screenshot Lock not working in React native app on iOS devices

We want to lock screenshot on app screens in React Native app so that user is not allowed to take the screenshot. The feature is implemented successfully in android version of the same React Native app. But it is not working in iOS app which is published to app store. I have also tried react-native-prevent-screenshot plugin but that is also not locking screenshot in iOS version. I even implemented blurred view on appDelegate.m file to prevent screenshot capture in app, but even this did not have any impact. Can someone tell if Apple has banned this feature completely or there is possibility of some issue in coding. But I rule that out because it is working successfully in android apk. Please help

React Native stand alone app showing expo icon before my first screen is shown

I just detached my RN apps since I need to use native lib. Then, I tried to generate my APK from Android Studio. However, after installing to my phone, my apps shows expo icon (similar with expo building javascript bundle...) before it redirects to my first screen. It did not happen before I detaching my RN project.
It shows that picture for few secs, before go to my first screen. Is it an issue or I need to do something after I detached my project?
(Expo ver: 23.0.4)
Thank you.
Expo is opensource , they don't force to that , You can set your own icon in app.json , see here :
https://docs.expo.io/versions/v18.0.0/guides/configuration.html