Skip to content

Instantly share code, notes, and snippets.

View emilianoeloi's full-sized avatar
🇧🇷

Emiliano Barbosa emilianoeloi

🇧🇷
View GitHub Profile
@emilianoeloi
emilianoeloi / sh
Last active December 12, 2017 15:19
react native init with version
react-native init --version="0.47.2" SampleApp
@emilianoeloi
emilianoeloi / Makefile.mk
Last active October 11, 2024 21:33
Makefile for React Native Project
.SILENT:
.PHONY: android ios
setup:
@npm install
reset:
@watchman watch-del-all
@rm -rf node_modules
@npm cache clean
echo "syntax on\nset bg=dark" > ~/.vimrc && source ~/.vimrc