Skip to main content
0 votes
0 answers
15 views

// Bottom Tabs export type BottomTabParamList = { Home: undefined; Profile: undefined; }; export type TabBarIconProps = { focused: boolean; color: string; size: number; }; const Tab = ...
mycroft16's user avatar
  • 835
2 votes
1 answer
17 views

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, ...
Lorraine Ram-El's user avatar
1 vote
1 answer
28 views

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 ...
Charli's user avatar
  • 19
1 vote
0 answers
43 views

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 ...
Archit Gupta's user avatar
-3 votes
0 answers
14 views

<KeyboardAwareScrollView style={{ flex: 1 }} behavior={Platform.OS === 'ios' ? 'padding' : 'height'} contentContainerStyle={{ flexGrow: 1}} enableOnAndroid={true} extraScrollHeight={...
Paras Raiyani's user avatar
1 vote
0 answers
40 views

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 ...
MOHAK's user avatar
  • 1
0 votes
1 answer
38 views

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 ...
Roman uminov's user avatar
-1 votes
2 answers
57 views

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, ...
sp00n's user avatar
  • 37
-1 votes
0 answers
44 views

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 ...
sapir1126's user avatar
1 vote
1 answer
22 views

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 ...
Andrew's user avatar
  • 5,561
Best practices
0 votes
0 replies
14 views

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 ...
AndrewHoover898's user avatar
-1 votes
0 answers
26 views

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: "...
Dmitry K.'s user avatar
1 vote
2 answers
68 views

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 ...
mlg's user avatar
  • 1,198
-1 votes
0 answers
48 views

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-...
mlg's user avatar
  • 1,198
-6 votes
1 answer
54 views

[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 ...
Abdul Hannan's user avatar

15 30 50 per page
1
2 3 4 5
9411