Friday, September 6, 2019

REACT NATIVE TL FORMATI

currencyFormat(num) {
return "₺"+ parseFloat(num).toFixed(2).replace(/\d(?=(\d{3})+\.)/g, '$&,');
}
tl formatı react native için kod

file tree for nodejs project

 find . \( -path "*/node_modules" -o -path "*/.git" \) -prune -o -print | tree -a -I 'node_modules|.git'