1,968 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
62
views
React Native Bottom Tab Navigatior
I am struggling with this.
I have a React Native Application that uses createNativeBottomTabNavigator from @bottom-tabs/react-navigation (I assume that this is correct for React Native applications?)
...
0
votes
1
answer
55
views
Intermittently getting blank screens when navigating between bottom tabs in Expo Router
Environment
expo-router: 6.0.14
react-native: 0.81.5
react: 19.1.0
@react-navigation/bottom-tabs: 7.4.0
@react-navigation/native: 7.1.8
expo: 54.0.12
Tab Layout Configuration
// app/(tabs)/_layout....
1
vote
0
answers
47
views
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
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
...
0
votes
1
answer
121
views
Is there a view/component that goes above all content in React Native?
Is there a view/component/anything that can be used in one place in a react native app that would be placed above all the content - I need it for toast component. I tried using Portals, Root Siblings, ...
3
votes
0
answers
172
views
React native BlurView shows blank screen in Android but not in iOS
Using BlurView from @react-native-community/blur on Android (iOS working fine), makes the screen blank.
Initially I solved this by creating a hook that allows me to render BlurView only after its ...
0
votes
1
answer
366
views
React-Native-Gesture-Handle version problem
I have upgraded my project SDK version from 34 to 35.
After the SDK version update, the app began crashing on devices with Android versions 9 or lower.
There is a problem with the version of React-...
0
votes
0
answers
25
views
How to close React Native drawer layout when clicking the same navigation item twice?
I'm implementing a drawer layout using React Native Drawer Layout like this:
import {useNavigation} from '@react-navigation/native';
import {
ActivityIndicator,
FlatList,
Image,
...
0
votes
0
answers
95
views
App is becoming sluggish after combining BottomTab Navigation, DrawerNavigation and Stack Navigation
I'm using CustomBottomTab and CustomDrawer for rendering custom ones into it.
The strange thing what I have noticed was when I comment either one BottomTab or Drawer, the app works smoothly but when I ...
0
votes
2
answers
83
views
How to implement Cache runtime to avoid api calling in my react native app
`Title:
React Native Bottom Tabs Refetching Data on Tab Switch – How to Cache and Prevent Re-fetch?
Description:
Scenario:
I'm building a React Native application with Bottom Tabs.
These tabs are ...
0
votes
0
answers
38
views
I had "Bubbling event type of null" error
When I am trying to load last page of my app on my phone through "npx expo start --clear" (previous are working perfect), there are "bubbling event type of null" errors. I tried ...
1
vote
0
answers
88
views
React Native 0.78.2 – Bottom view flickering on iOS when rendering list with FlatList
I'm experiencing a flickering issue on iOS after upgrading my React Native project to version 0.78.2.
My screen contains a FlatList of products and a fixed bottom view that includes sorting and ...
0
votes
0
answers
42
views
How do I get a react-native web app to work with navigation?
I have a react-native project in this git repo https://github.com/Virock/rn.git
Running it on web returns this error:
ReferenceError
exports is not defined
Call Stack
(anonymous function)
KK/./...
2
votes
0
answers
922
views
Couldnt find navigation context while using expo router
I have an expo app that uses expo router with Expo 52. I'm using react query with my custom query client. I also have a route guard.
Everything was working perfectly, but once I started to work on my ...
0
votes
0
answers
25
views
React Navigation: initialRouteName in MaterialTopBar not working
When I set the initialRouteName to the second tab, it still renders the first screen on startup, not the second one where I want my home page to be.
what it does right now
how ti should look like
&...
0
votes
1
answer
172
views
React native app upgrade from 0.69.12 to 0.76.3
I have upgraded a React Native application from
react-native - 0.69.12 > 0.76.3
I have also upgraded all the 3rd party libraries that the app used and got rid of the ones that were deprecated and ...