This website works better with JavaScript.
Home
Explore
Help
Sign In
ernesto.ortiz
/
Freehand
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Aplicación para que personas sordas se contacten con intérpretes.
5
Commits
1
Branch
Branch:
main
main
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'main'
${ noResults }
Freehand
/
babel.config.js
babel.config.js
107B
Permalink
History
Raw
1
2
3
4
5
6
module.exports = function(api) {
api.cache(true);
return {
presets: ['babel-preset-expo'],
};
};