141,156 questions
0
votes
0
answers
15
views
No Overload matches this call, React native tab navigator screen options
// Bottom Tabs
export type BottomTabParamList = {
Home: undefined;
Profile: undefined;
};
export type TabBarIconProps = {
focused: boolean;
color: string;
size: number;
};
const Tab = ...
2
votes
1
answer
17
views
React-Native Pressable's don't respond when page visited again after back navigation
I have a Pressable a MyButton component which uses Pressable from react-native-gesture-handler:
import React from 'react';
import { StyleProp, ViewStyle } from 'react-native';
import { Pressable, ...
1
vote
1
answer
28
views
fetchDeferredAppLink returns undefined on iPhone 13 Promax (iOS 18.5) but returns a string value on iPhone 16 (iOS 26)
I'm trying to test Facebook's Deep Link Tester, apparently it works on android devices, on iPhones it works on some devices that I used (iPhone 16 - iOS 26). I also tested another device which is the ...
1
vote
0
answers
43
views
start function is not firing up the Copilot Steps
Current Behavior
Everything was working fine till I was at react-native: 0.77.3. As soon as I upgraded to react-native: 0.83.0, I start getting issue of copilot-Steps not appearing or appearing after ...
-3
votes
0
answers
14
views
react native keyboardAwareScrollView [closed]
<KeyboardAwareScrollView
style={{ flex: 1 }}
behavior={Platform.OS === 'ios' ? 'padding' : 'height'}
contentContainerStyle={{ flexGrow: 1}}
enableOnAndroid={true}
extraScrollHeight={...
1
vote
0
answers
40
views
onRegionChange / onRegionChangeComplete not firing in react-native-maps
I am using react-native-maps and facing an issue where none of the MapView events are firing — including:
onRegionChange
onRegionChangeStart
onRegionChangeComplete
onPress
onPanDrag
This happens ...
0
votes
1
answer
38
views
I'm doing a build and submit via eas and I get the error: ITMS-90683: Missing purpose string in Info.plist
I am doing a build and submit via eas and I get the error:
ITMS-90683: Missing purpose string in Info.plist - Your app’s code references one or more APIs that access sensitive user data, or the app ...
-1
votes
2
answers
57
views
Build failed in Xcode due to: Command PhaseScriptExecution failed with a nonzero exit code
My app project fails to build and I have no idea what's wrong?
I tried toggling the " for install builds only " on and off in the build phases tab, which was suggested in other, older, ...
-1
votes
0
answers
44
views
How to catch deeplinks on Android in React-Native [closed]
I’m currently implementing a React Native library that includes both Android and iOS native modules. One of the features of this library is sending a deep link back to the host app whenever a specific ...
1
vote
1
answer
22
views
New route added to Expo Router project throwing "not assignable to type" error
I added a new route to my Expo-Router project, and it's now throwing a "not assignable to type" error. The route seems identical to other existing valid routes, including how the component ...
Best practices
0
votes
0
replies
14
views
How to structure React Navigation stacks for this bottom tab scenario
My application has a logging screen (or multiple screens for when unauthorised, in the future).
After logging in, you are presented with the Home screen. From there, you can access all other ...
-1
votes
0
answers
26
views
Android regression 0.79.2 to 0.83.0 Background process freeze while having FG service running
Environment
React Native Info Output
System:
OS: Linux 6.6 Ubuntu 20.04.6 LTS (Focal Fossa)
CPU: (12) x64 AMD Ryzen 5 5600 6-Core Processor
Memory: 5.84 GB / 15.58 GB
Shell:
version: "...
1
vote
2
answers
68
views
React Native iOS screens stop rendering after navigation (works fine on Android)
I’ve built a small Amazon Price Tracker app in React Native. The app is fairly lightweight and not CPU-intensive:
Uses React Navigation
Screens:
Home Screen → lists tracked products
Item Edit ...
-1
votes
0
answers
48
views
iOS-only rendering failure in React Native – components stop rendering over time (react-native-gifted-charts) [closed]
I’m seeing a progressive rendering failure on iOS in a React Native app that does not reproduce on Android.
Symptoms
Certain screens stop rendering completely after multiple navigations
react-native-...
-6
votes
1
answer
54
views
How I can get this issue resolved [closed]
[runtime not ready]: Error: Component auth has not been registered yet, stack:
initialize@141545:21
initializeAuth@107234:34
initializeAuth@97679:31
anonymous@145200:46
loadModuleImplementation@252:40
...