Thijs Koerselman
Thijs Koerselman
I'm running into the same problem / error and tracked it down to: const connectToStores = require('alt/utils/connectToStores'); Is there anything required to make Alt work with react-native?
@froatsnook What versions are you using? Really the only thing I have to do to break my app is `const connectToStores = require('alt/utils/connectToStores');` I don't get it! :/
@goatslacker great to hear that you're on to something! I'm using 0.17.1, so I guess there is a difference there.
For now I managed to get things working by doing a find/replace of "react" with "react-native" in all of the utils files
@erquhart I don't think I'll manage to create a PR any time soon
@adadgio I think my example is assuming Typescript with`"esModuleInterop": true`.
@yanick If you want to emojify allthethings then I think you need to adapt the `writeOnNthLine` function as well. It is used by the spinner. And I guess warnings and...
Not sure if it matters to many developers but to me, version 0.0.30 signals that the project is still in its infancy. There must have been many features added over...
Yes of course a version string does not give any guarantees and can be used however you like, but semantic versioning is what developers and systems expect and I don't...
:+1: plus a million. This endless scrolling up and down is really frustrating me. The docs are really the worst UX I've encountered in a long time.