This website requires JavaScript.
Explore
Help
Sign In
admin1312
/
boxons
Watch
1
Star
0
Fork
You've already forked boxons
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
ui-improvment
boxons
/
babel.config.js
8 lines
108 B
JavaScript
Raw
Permalink
Normal View
History
Unescape
Escape
Initial commit Generated by create-expo-app 3.0.0.
2024-10-08 10:06:19 +00:00
module
.
exports
=
function
(
api
)
{
api
.
cache
(
true
)
;
add simple timers tabada
2024-10-13 11:29:36 +00:00
Initial commit Generated by create-expo-app 3.0.0.
2024-10-08 10:06:19 +00:00
return
{
presets
:
[
'babel-preset-expo'
]
}
;
}
;