This website requires JavaScript.
Explore
Help
Sign in
Imbus
/
frostbyte-native
Watch
1
Fork
You've already forked frostbyte-native
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
master
frostbyte-native
/
babel.config.js
7 lines
108 B
JavaScript
Raw
Permalink
Normal View
History
Unescape
Escape
Formatting entire project
2023-12-15 01:32:21 +01:00
module
.
exports
=
function
(
api
)
{
Initial commit Generated by create-expo-app 2.1.1.
2023-12-13 22:17:21 +01:00
api
.
cache
(
true
)
;
return
{
Formatting entire project
2023-12-15 01:32:21 +01:00
presets
:
[
"babel-preset-expo"
]
,
Initial commit Generated by create-expo-app 2.1.1.
2023-12-13 22:17:21 +01:00
}
;
}
;
Reference in a new issue
Copy permalink