-
Notifications
You must be signed in to change notification settings - Fork 150
TypeError: undefined is not an object (evaluating '_reactNavigation.ThemeColors.light') #304
Comments
Running into the same issue. Any updates by chance? |
+1 |
As a workaround solution change like or add missing packages to package.json.
Also need to setup Add the following two lines to dependencies section in
|
still not work |
@2IhsanWp what error you get now ? if its same error like before it might be caching issue. I suggest clear all caches. |
yah still the same,and i did all solution you mention above |
+1 |
just trying ignite for the first time and I'm having the same issue |
alright, it took me some time to figure it out but the issue is in the following paths
change the line: import { createStackNavigator, createAppContainer } from 'react-navigation' into: import { createAppContainer } from 'react-navigation'
import { createStackNavigator } from 'react-navigation-stack'; I did that after going through upgrading react-navigation to v4 guide so if that doesn't work try upgrading. If you are on react-native v0.60+ (I'm on v0.61.4) just run:
I was going to send a PR but I couldn't find those files in this repo, I'll look for 'em again later |
@pjnovas - on trying to run the npm command you have mentioned above, I get warnings which says deprecated. |
@alireza-bakhshifar - i am also running into the same issue and not able to find any solution. |
@akash89b ignore the warning, it will work just fine |
@pjnovas this fixed that particular error. Now seeing a "1437" error and a Invariant Violation: Module RCTEventEmitter is not a registered callable module (calling receiveTouches) callFunctionReturnFlushedQueue |
Did anyone find so solution. I get the same error |
I made it works after changing version of react-navigation and install some more modules. Here is my finally module list: "@react-native-community/masked-view": "^0.1.9", Hope it helps. |
I also met, when will it be fixed? |
I confirm that following this guide as suggested by @pjnovas worked |
@guglie Thanks. Worked for me as well. |
Anyone want to submit a PR? |
Hix, still error... It need a merge request. |
Hello i got this error too. Whats happening? |
why using old navigations.? |
please update this boilerplate and dependencies @jamonholmgren |
@ameinabdi This boilerplate is now on community support, which means we rely on the community to provide boilerplate updates. Thanks! |
@jamonholmgren , if so, then we need to update this Boilerplates.md document, right? 😉 I will see if I can submit a PR (to fix the md, not the issue). UPDATE: PR submitted! infinitered/ignite#1556 |
Hi, these steps helped me to run the app in iOS and Android simulators:
|
Hi , I built a project with ignite-Andross and now I am getting this error when I run the project
The project builds successfully and runs without any trouble on node.js server but I confront this error on the emulator , I searched this issue on the internet and everybody was suggesting upgrading react-navigation , So I upgraded react-navigation but then lots of error appeared in the CLI like react-native run-android is not a recognized command.
Can anybody help me?🤔 I need help ASAP😬
The text was updated successfully, but these errors were encountered: