I am using the Alt library (Flux implementation) using React-Native. I really like "alt / utils / decorators" and "alt / utils / connectToStores", but I can't use these @decorators because the RN / Babel configuration does not seem to support it.
I'm definitely not very good at Babel (or RN, for that matter), so I need help setting up RN / Babel to work with @decorators.
How can I use the Alt @decorators library with React-Native?
source
share