Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ARAVINDgm
/
fille-bot
like
0
Configuration error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
fille-bot
/
frontend
/
babel.config.js
Aravind GM
first commit
4f7951a
8 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
168 Bytes
module
.
exports
=
function
(
api
) {
api.
cache
(
true
);
return
{
presets
: [
'babel-preset-expo'
],
plugins
: [
'react-native-reanimated/plugin'
,
],
};
};