Skip to main content

All Questions

Tagged with
0 votes
0 answers
669 views

React Navigation not working in phone in snack but working on web browser?

I am creating an app. Here it has 3 navigation setups, a drawer navigator, a stack navigator, & a bottom tab navigator. In snack if you go to the "web" tab it works perfectly. If you run ...
whitehatcoder's user avatar
5 votes
3 answers
7k views

React Native Expo app crashes only (!) in Testflight, but not on Expo Development Server and only when navigating with certain params

I'm trying to create my first React Native App using Expo and am currently stuck at a problem that only occurs on the Apple Testflight App, not in normal development mode (when executing the app on ...
Janosch's user avatar
  • 84
0 votes
1 answer
380 views

react-navigation v4 TypeError: (0, _core.createNavigator) is not a function

I am trying to run a project with version 0.63.3 and these dependencies: "react-navigation": "^4.4.3", "react-navigation-drawer": "^1.4.0", "react-...
billysk's user avatar
  • 137
4 votes
1 answer
4k views

React Native - Unable to resolve module from @react-navigation. None of these files exist: node_modules/nanoid/non-secure/index.cjs

I have a React Native app that fails to build on both Android and iOS apps, (XCode, Android Studio, on a physical device). I have not changed anything inside package.json. The error is being caused by ...
mtracht's user avatar
  • 41
2 votes
2 answers
2k views

KeyboardAvoidingView not working on iOS with react navigation header and material bottom tabs?

Update for 2023 The bug is back. I reported it here. I tested all known fixes and they do not work currently. Follow these simple steps to reproduce: npx expo init <yourReproNameHere> `Use the &...
tomwaitforitmy's user avatar
0 votes
3 answers
2k views

How to navigate back few screens in the stack in React Native?

Lets take following as my stack -Welcome -A -B -C -D -E I want to navigate back from E to C so that when user clicks on back button from the app they see B. For this I am using ...
Ahmed S. Durrani's user avatar
3 votes
2 answers
1k views

React Navigation: How to put an iOS style dismissible bar on expo modal

I am trying to achieve a dismissible bar for my modal. Something like in this image: What i am at right now code: <RootStack.Group screenOptions={{ presentation: "modal", ...
agoumi's user avatar
  • 434
2 votes
1 answer
373 views

Error rendering JW Player - should have parent view controller:<RNSScreen> but actual parent is:<UIViewController>

We have a problem with a React Native app throwing a parent view controller error with the https://github.com/chaimPaneth/react-native-jw-media-player component (React Native wrapper around the native ...
Cheyne's user avatar
  • 2,059
0 votes
1 answer
309 views

Status bar text is black after app go to background although 'light-content' is being used - iOS 15

I am having a weird bug. I am using react-native 0.61.5 and react-navigation 4.0.10. After my app goes to the background and the user enters it again, the status bar is not showing. I think that text ...
Alija Fajic's user avatar
0 votes
2 answers
367 views

Invalid UIAccessibilitys 'tablist' error after installing react-native-vector-icons and running pod update on ios

I tried to install react-native-vector-icons and ran pod update and got the following error: https://i.sstatic.net/FcVr0.jpg now this pops up but I can build and run the app just fine. is this ok? and ...
yonatang0401's user avatar
0 votes
1 answer
750 views

Custom Button in React Navigation Wix Bottom Tab

I'm using React Navigation Wix for my App and I want to achieve something similar to the below design (Attached image). Actually the problem with the wix is that we don't have the ability to customize ...
Reda Khalaf's user avatar
0 votes
0 answers
1k views

React Native deep linking not working on React Navigation V6

When I configure my links and url-scheme with react navigation it falls into the fallback error. Don't know why. Sometimes when making changes it worked but then it didn't. I have followed some ...
Carlos Yanes's user avatar
1 vote
0 answers
443 views

My Basic React Native App Keeps Breaking Due to Dependencies

I am coding a React Native app to teach myself the framework. The other day I created a small, relatively simple app. The app consisted of a Navigation Drawers linking 2 Screens. The Home Screen had a ...
Battlefront228's user avatar
8 votes
2 answers
6k views

Remove Warning : [react-native-gesture-handler] Seems like you're using an old API with gesture components, check out new Gestures system

I'm creating a project to learn React Native. I'm using typescript on this project. I added react-navigation : To make react-navigation working, I had to do : yarn add @react-navigation/native yarn ...
Limitless's user avatar
5 votes
2 answers
14k views

What is the best way to change the Status Bar color for all screens using nested navigation in React Native?

I am currently using Expo and React Navigation to toggle between Dark Theme and Light Theme for my app. The only issue is that I’m not able to change the status bar color on iOS based on the theme. I ...
branchal's user avatar

15 30 50 per page
1 2
3
4 5
14