Skip to main content
Filter by
Sorted by
Tagged with
-3 votes
0 answers
63 views

I'm building a ride-hailing app (similar to Uber) using React Native with Expo and would like feedback on my project structure and implementation approach. Tech Stack: Expo SDK 52 (Expo Router for ...
Ali's user avatar
  • 9
1 vote
0 answers
50 views

I'm using expo-router, but the configuration is from react navigation. When customizing the header with headerLeftContainerStyle, headerRightContainerStyle and headerTitleContainerStyle, I would like ...
André Vendramini's user avatar
1 vote
0 answers
62 views

I’m building a note-taking app in React Native (see code below) where each note’s content is displayed in a multiline, non-editable TextInput. The paddingTop of the TextInput is dynamically set based ...
Jake Matthews's user avatar
0 votes
3 answers
138 views

I’m trying to handle multiple deep link paths that should open the same screen in my React Navigation setup. For example, both of these URLs should open the same ChallengesScreen: mydomain.com/...
Migalejo Lejo's user avatar
0 votes
0 answers
79 views

I have noticed that many modern React-Native apps have a border radius for some of their screens (only noticeable when navigating). I am using react-navigation/native and know that I can set the ...
N K's user avatar
  • 73
0 votes
0 answers
40 views

In the Ionic/React app, the param passed by page A using component got picked up in page B, but only when running in web browser. In the emulator the param value is "undefined". But If I ...
user1286771's user avatar
1 vote
0 answers
42 views

I’m running into an issue with navigation, while using backBehavior="fullHistory". Navigation tree - (tabs) |- agenda | `- appointment `- clients `- client Flow: (tabs) ➡️ ...
Rousblack's user avatar
0 votes
2 answers
92 views

I use Centrifugo to deliver push notifications to our app. So far, displaying the message using Toast works fine. Now I want to do something different, something like navigate to a certain page. Here'...
anta40's user avatar
  • 6,825
0 votes
0 answers
60 views

React native 0.76.6 (old architecture) React Navigation v7 My React Native app crashes on Android with java.lang.OutOfMemoryError, but works fine on iOS. Sentry logs reveal a breadcrumb loop like: // ...
AndrewHoover898's user avatar
1 vote
0 answers
47 views

Bug Report When using Top Tabs with swipeEnabled: false, the very first tab is still swipeable on first mount. After swiping once, the swipe is locked as expected. Code Snippet <TopTab.Navigator ...
GS James's user avatar
0 votes
1 answer
85 views

I'm trying to pass a boolean flag when navigating between screens with Expo Router and read it with useLocalSearchParams, but the value I receive is a string (e.g. "true" / "false")...
Dileepa Peiris's user avatar
0 votes
1 answer
49 views

I'm on react-navigation v7. I have a component which renders a component like below class Manager extends React.Component { render () { return (<DescriptionComp />) } ...
Zephyr's user avatar
  • 2,661
0 votes
1 answer
81 views

I am doing auth for my React Native app. I have two methods for now, one is email and other is Google sign in. I am managing the auth using a context provider passed to the root layout file. The page ...
Kuber D's user avatar
  • 15
1 vote
0 answers
46 views

consider following navigation tree in react-native app. RootStackNavigator (id of navigator = root) Screen A Screen B EditTabNavigator (params: {id: number}) Tab A Tab B ...
Andrej Ruman's user avatar
0 votes
1 answer
229 views

I have been using "@react-navigation/native": "^6.0.2" and the app worked well, after then I decided to update all dependencies and use "@react-navigation/native": "...
Alexander Ukwueze's user avatar

15 30 50 per page
1
2 3 4 5
571