Tech stack for mobile apps with Haxe, Redux and React native
You will find under the bootstrap folder of this repository a little bootstrap that should save you a couple of hours when start a new project with this stack.
We will improve it over time but for now, it provides at least: -> a coherent folders and packages organization, -> the setup of essential libs like react-native-navigation, react-intl, react-redux, redux… -> a compilable and runnable bootstrap app that you can just edit to start your project
To use this bootstrap, follow these steps:
myapp
haxe package by whatever package name you’d like,You should be up and running.