goatslacker / alt

Isomorphic flux implementation
http://alt.js.org/
3.45k stars 322 forks source link

mixins/ListenerMixin not found #646

Closed johnlim5847 closed 2 years ago

johnlim5847 commented 8 years ago

Hi guys, I'm having some trouble to find the ListenerMixin.js in the source.Due to I'm very new to react-native and I just got the project from the previous author may I know which part of the code I have to modify to get it running ? screen shot 2016-04-28 at 12 35 06 pm The current code refers to'alt/mixins/ListenerMixin' where there is no alt directory inside my Components directory, I'm assuming the previous author trying to refer to ListenerMixin.js for some reasons he did it that way instead to refer to node_mudule alt but I also cannot find the ListenerMixin.js in the node_mudle alt though. Did you guys rename the file name or deprecated the file ? It would be helpful if someone can enlighten me! thank you :)

Sparragus commented 8 years ago

Mixins are a thing of the past. They are gone on v0.18.x. What you are looking for is on the v0.17.x branch