Strona działa najlepiej z włączonym JavaScript.
Strona główna
Odkrywaj
Pomoc
Zaloguj się
ernesto.ortiz
/
Freehand
Obserwuj
1
Gwiazdka
0
Forkuj
0
Kod
Problemy
0
Pull Requests
0
Wydania
0
Wiki
Aktywność
Aplicación para que personas sordas se contacten con intérpretes.
5
Commity
1
Gałąź
Gałąź:
main
main
Gałęzie
Tagi
${ item.name }
Utwórz gałąź
${ searchTerm }
z 'main'
${ noResults }
Freehand
/
babel.config.js
babel.config.js
107B
Bezpośredni odnośnik
Historia
Czysty
1
2
3
4
5
6
module.exports = function(api) {
api.cache(true);
return {
presets: ['babel-preset-expo'],
};
};