gradleshim
v1.0.2
Published
Provides utility functions to shim the Gradle files of a React Native application programatically.
Downloads
3
Readme
What is GradleShim?
GradleShim allows you to programatically manipulate .gradle files.
Warning
You should not manipulate these files flippantly, do not accept user input as it could result in injection. Static, safe, and tested changes are key to making this an effective solution.