Skip to main content
Filter by
Sorted by
Tagged with
Tooling
0 votes
1 replies
47 views

I'm building a mobile app where users can share code snippets and debug them collaboratively in real time. I want multiple users to edit the same snippet simultaneously. I'm using : -React native and ...
Ilyna's user avatar
  • 1
0 votes
0 answers
135 views

When using createNativeBottomTabNavigator to create bottom tabs with Liquid Glass style I get this error: ERROR [TypeError: Cannot read property 'Host' of undefined] [React] { [TypeError: Cannot ...
Nima Zarei's user avatar
  • 1,286
3 votes
1 answer
97 views

I’m using React Native with React Navigation. When I navigate from Screen A to Screen B, Screen A is no longer visible, but it still re-renders when some state changes. I understand that screens are ...
Papazy's user avatar
  • 61
Best practices
0 votes
0 replies
33 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
0 votes
1 answer
56 views

I am using the accessibilityState.selected parameter inside a custom tabBarButton to determine whether a bottom tab is focused, so I can update the background color of the tab icon accordingly. This ...
Archit Gupta's user avatar
Advice
0 votes
0 replies
58 views

I want to be able to navigate to a new screen that is not yet in the history stack while still having it appear as if the screen is being navigated back to (i.e. swiping from left to right) the way it ...
Nirav Venkatesan's user avatar
0 votes
0 answers
38 views

I have 2 screens, each with a dark background. When I navigate to and fro ( using expo-router ), as the animation swipes the page out I can see the background is white. I have seen some similar ...
lifeashansen's user avatar
1 vote
1 answer
131 views

I have a message component that looks like this: type MessageProps< ParamList extends Record<string, any>, K extends keyof ParamList > = { navTo: K; title: string; desc:...
FutureCake's user avatar
  • 2,866
0 votes
1 answer
143 views

Issue getting React Navigation header to show correctly. I would like to set headerLargeTitle to true and when I do so I can see the large header in my page. however if I want to change the header ...
Jerry Seigle's user avatar
3 votes
0 answers
120 views

I am working on a React Native application with a specific navigation structure that involves a chat screen nested inside multiple navigators. The root is a MaterialTopTabNavigator, which contains a ...
Hromas's user avatar
  • 39
1 vote
0 answers
66 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
71 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
206 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
122 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
56 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

15 30 50 per page
1
2 3 4 5
570