Boot your app development for iOS, Android & Web
Boot your app development for iOS, Android & Web
__THIS IS DIY__
Step 1:
npm installStep 2: install git submodules specified in .gitmodules to "~/Projects/Node" directory
git submodules syncStep 3: link each git submodule into node_modules
cd {module_dir}
npm link
cd {project_dir}
npm link {module_name}Step 4: Run 🎾 like 🌩
npm run start-web
or other normal react-native runs
``Enjoy 🌞