141,241 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
56
views
Is it possible to change the app name to match the selected app icon (like Signal) in Expo?
I'm working on an Expo app that supports multiple app icons (e.g. Notes, Weather icons).
Is it possible to also change the app name to match the selected icon so the label updates together with the ...
-1
votes
0
answers
60
views
fatal error: 'react/utils/CoreFeatures.h' file not found [closed]
I have updated my react-native version from ‘0.74.5’ to ‘0.77.3’. Changed kotlin version from "1.9.22" to "2.0.21". My ndk Version is "27.2.12479018". During this upgrade, I have ...
0
votes
0
answers
21
views
React Native IAP - Not able to getAvailablePurchases() on reinstalling app
I am adding rn-iap for my application and on reinstalling I am not able to get the recently purchased non-consumable lifetime unlock item. I am able to query for subscriptions with ...
0
votes
0
answers
48
views
com.facebook.react.bridge.ReactNoCrashSoftException: Tried to access onNewIntent while context is not ready
I am developing an application using React-Native with Expo and Deeplink.
My application interfaces with a native hardware payment system (Stone Sunmi P2) through Deeplink.
The payment flow call is ...
0
votes
1
answer
42
views
Google Play Console warning: libstaticwebp.so 16KB issue in Fresco
My react-native application is built using react-native 0.77.3 which supports the 16KB page support which is required by android playstore. While analysing the AAB, It is showing below error in the ...
-2
votes
0
answers
41
views
Collapsible header with react native reanimated [closed]
I have been working on a collapsible header animation above a flat list in react native with expo, unistyles and react native reanimated 4.
I have looked for other examples on the internet but none is ...
0
votes
1
answer
54
views
Data shared across screens being emptied every time screen popup
I have two screens respectively for Menu and Item. When a user selects from Menu and popup Item to confirm, it will add the item to the list resided on Menu before close and go back to Menu. The issue ...
0
votes
1
answer
67
views
Why can't I get a background task to log data while in background in React Native using react-native-background-actions?
I am attempting to read an android phone's accelerometer data every 5 seconds and log the data to a file 24/7. It needs to be able to run in the background. I am using React Native with expo managed ...
-1
votes
0
answers
50
views
Android elevation shadows remain visible during screen fade transitions in React Native [closed]
I'm experiencing a visual glitch on Android where elevation shadows remain visible during screen transitions, even though the screen itself is fading out. This creates a jarring effect where shadows ...
0
votes
0
answers
27
views
Can Detox toHaveText method be used with a Regexp ? If not, what equivalent solution can be used?
It seems that the [toHaveText(text)](https://wix.github.io/Detox/docs/api/expect#tohavetexttext) detox method accepts only a plain static string (no regexp).
However, we sometimes need to deal with ...
-1
votes
0
answers
40
views
Unable to open React link from email when JWT token is missing
I send an email containing a link to a protected page, for example:
http://localhost:8080/application/main/page
If the user is already logged in, the page opens correctly.
If the user is NOT logged ...
0
votes
0
answers
54
views
Detox to test Bluetooth calls from Android device
I want to automate tests of Bluetooth calls from Android device (in a react native app).
I was thinking about using Detox for that.
Note that I do not want to test any UI, just the Bluetooth calls to ...
-1
votes
0
answers
47
views
React Native Expo: API works in debug build but only one API works in release APK [closed]
Description
I’m working on a React Native Expo application that uses two internal APIs (developed by our own AI team) for image background removal.
Expected Behavior
The app provides two options:
...
Best practices
2
votes
2
replies
80
views
Best Practices React Native Repositories
I'm building an React Native mobile app, so I'm searching for a repository to get as inspiration, because any video or repository I found didn't looks reliable enough to follow as a guide. I'm needing ...
1
vote
1
answer
68
views
React Native WebView: External Script (https://js.authorize.net/v1/Accept.js) Not Loading on Android Devices (e.g., Pixel)
I am developing a React Native application and using react-native-webview to display a payment interface. Inside this WebView, I need to load an external script to integrate with Authorize.net.
<...