MrToph / quiz-app

The react-native mobile app for the quiz
24 stars 13 forks source link

TypeError: undefined is not a function (evaluating 'addListener') #2

Open rasselll opened 6 years ago

rasselll commented 6 years ago

After building the program i get the error of TypeError: undefined is not a function (evaluating 'addListener')

mendrezjan commented 6 years ago

use react-navigation 1.0.0-beta.26

ishaan-puniani commented 6 years ago

Upgrade StackNavigator to https://reactnavigation.org/docs/en/redux-integration.html

MrToph commented 6 years ago

Hi, sorry been out of the loop with the newest react-native updates.

Judging from the other answers, looks like a react-native update broke react-navigation code and updating it fixes it?

NikhilP97 commented 5 years ago

Hi, sorry been out of the loop with the newest react-native updates.

Judging from the other answers, looks like a react-native update broke react-navigation code and updating it fixes it?

I'm having this error as well and can't seem to solve. I'm new to react-native, could you please help me out ?