This website works better with JavaScript.
Home
Explore
Help
Sign In
ccorrada
/
ErEduGilMor
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
No Description
112
Commits
3
Branches
Tree:
3ba3ac7ce8
Freehand
master
sortingFinal
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '3ba3ac7ce8'
${ noResults }
ErEduGilMor
/
babel.config.js
babel.config.js
107B
History
Raw
1
2
3
4
5
6
module.exports = function(api) {
api.cache(true);
return {
presets: ['babel-preset-expo'],
};
};