This website works better with JavaScript.
Home
Explore
Help
Sign In
cemaden-educacao
/
WPD-MobileApp
Watch
2
Star
1
Fork
1
Code
Issues
2
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
372
Commits
3
Branches
0
Tags
11 MiB
JavaScript
90.8%
Jupyter Notebook
8.7%
HTML
0.4%
Tree:
225ac5bbf2
feat/institutions_data_from_api
master
newFeature
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '225ac5bbf2'
${ noResults }
WPD-MobileApp
/
src
/
babel.config.js
6 lines
107 B
Raw
Blame
History
module
.
exports
=
function
(
api
)
{
api
.
cache
(
true
)
;
return
{
presets
:
[
'babel-preset-expo'
]
,
}
;
}
;
Reference in new issue