diff options
| author | Akshay Nair <phenax5@gmail.com> | 2024-05-12 16:40:21 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2024-09-29 16:16:35 +0530 |
| commit | 8ca8f830a09d8ff08ccb654199cb33779117cc37 (patch) | |
| tree | 328fcca1e9c04338e373aa9626d0ae4eaa11cbad /babel.config.js | |
| download | daft-launcher-8ca8f830a09d8ff08ccb654199cb33779117cc37.tar.gz daft-launcher-8ca8f830a09d8ff08ccb654199cb33779117cc37.zip | |
Initial commit
Generated by react-native@0.74.1
Diffstat (limited to 'babel.config.js')
| -rw-r--r-- | babel.config.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/babel.config.js b/babel.config.js new file mode 100644 index 0000000..f7b3da3 --- /dev/null +++ b/babel.config.js @@ -0,0 +1,3 @@ +module.exports = { + presets: ['module:@react-native/babel-preset'], +}; |
