generator-rn-toolbox
generator-rn-toolbox copied to clipboard
The React Native Generator to bootstrap your apps
From getPixelColor.js file: ``` ... gm(imagePath) .crop(x, y) .identify('%[hex:s]', (error, imageMagickColor) => { ... }) ... ``` So, the code above is supposed to crop the given image and then...
https://www.hygen.io/ hygen structure makes it easy to create new templates as the needs changes it could scale better than yeoman
Hi, thanks for submitting a Pull Request! :balloon: Before submitting, please be sure to check a few things: ## Commit names formatting This repository is automatically published to npm with...
Usefull since IOS 10.3 new functionality : https://developer.apple.com/documentation/uikit/uiapplication/2806818-setalternateiconname Work also with Android but is not officialy supported : https://stackoverflow.com/questions/1103027/how-to-change-an-application-icon-programmatically-in-android Added --alternativeIcon and --deleteAlternativeIcon parameters Usage : *add alternative icon set...
With redux, the navigator didn't handle the android back button. Fix comes from : [https://reactnavigation.org/docs/guides/redux#Handling-the-Hardware-Back-Button-in-Android](https://reactnavigation.org/docs/guides/redux#Handling-the-Hardware-Back-Button-in-Android)
Changes script to honor `assetsOutputPath` for the `plistPath` and `pbxprojPath`
PR related to this issue https://github.com/bamlab/generator-rn-toolbox/issues/149
Are there a way to replace or inform a custom template? The reason why I ask that is that at my workflow of creating new apps using react native, I...
I've got an issue while running flow on a base generated project. Indeed, `noNavBar` and `noMargin` props of the `Page` component are typed as required, but I don't think they...