Example project re create.

This commit is contained in:
Tolgahan Çelik
2023-02-26 23:06:39 +03:00
parent 151a4a2723
commit 6db26d3c81
102 changed files with 11605 additions and 5000 deletions
+17
View 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,
},
}),
},
};