syrusakbary/react-native-refresher

How to require react-native-refresher

Closed this issue · 2 comments

Hi, after npm install react-native-refresher, I use require('react-native-refresher'). But bug happened.

As,

image

Hi @liuda101, you probably installed react-native-refresher in a separate shell, while you still have the packager running. Just close the packager shell (could be done stopping the app) and rebuild the app again. If this doesn't work, restart xCode.

@syrusakbary Thank you very much! Packager shell is not very clever ^_^