This website requires JavaScript.
Explore
Help
Register
Sign In
railbird
/
railbird-gql
Watch
9
Star
0
Fork
0
You've already forked railbird-gql
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
3731bb7532
railbird-gql
/
babel.config.js
7 lines
117 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Initial commit Generated by create-expo-app 2.1.1.
2023-12-28 16:44:12 -07:00
module
.
exports
=
function
(
api
)
{
Fix lint errors
2024-01-05 19:19:45 -07:00
api
.
cache
(
true
)
;
return
{
presets
:
[
"babel-preset-expo"
]
,
}
;
Initial commit Generated by create-expo-app 2.1.1.
2023-12-28 16:44:12 -07:00
}
;
Reference in New Issue
Copy Permalink