satya164 / PocketGear

A clean and simple Pokédex app for Pokémon GO
199 stars 54 forks source link

error when typing in search bar #19

Closed buncis closed 7 years ago

buncis commented 7 years ago

I open the apps from expo explore apps

when I typing in the search bar this error happen

Uncaught Error: undefined is not a function ( evaluating 'this._root.scrollTo(e)') value@cached-bundle-experience-%40satya164%2Fpocketgear:887 Time: 1:04:43 Fatal Error

also @satya164 did you consider implementing redux to this apps?, I think it could be a example for good practices for redux+react-navigation like MovieApp to wix/react-native-navigation

satya164 commented 7 years ago

@buncismamen So I was unable to repro this on master. I probably changed something after I published. I published a new version today. Can you try and lemme know if it still happens?

Regarding Redux, I think Redux is overkill for such an app. Probably it's good example of an app where you don't need Redux :)

buncis commented 7 years ago

@satya164 the bug is gone now.