Skip to content

Instantly share code, notes, and snippets.

View tranquan's full-sized avatar
🥝
kiwi

Tran Quan tranquan

🥝
kiwi
View GitHub Profile
@tranquan
tranquan / configure_gradle.py
Last active November 17, 2017 09:38
help to configure node_modules in react native to a same build configs
# help to config node_modules in react native to a same build configs
# the code will loop through every module defie in MODULES and try to modify the build.gradle file
# @copyright tranquan221b@gmail.com
import os
import glob
import re
# ----------------------------------------------------------------------
# FUNCTIONS: