mirror of
https://github.com/lemeow125/Reactnative-notesapp.git
synced 2025-05-16 19:38:47 +08:00
Initial commit
This commit is contained in:
commit
a93bf39373
59 changed files with 17499 additions and 0 deletions
17
metro.config.js
Normal file
17
metro.config.js
Normal file
|
@ -0,0 +1,17 @@
|
|||
/**
|
||||
* Metro configuration for React Native
|
||||
* https://github.com/facebook/react-native
|
||||
*
|
||||
* @format
|
||||
*/
|
||||
|
||||
module.exports = {
|
||||
transformer: {
|
||||
getTransformOptions: async () => ({
|
||||
transform: {
|
||||
experimentalImportSupport: false,
|
||||
inlineRequires: true,
|
||||
},
|
||||
}),
|
||||
},
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue