diff --git a/.DS_Store b/.DS_Store index 5008ddf..bd1af8a 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/babel.config.js b/babel.config.js index 2900afe..c0d6e65 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,6 +1,15 @@ -module.exports = function(api) { +module.exports = function (api) { api.cache(true); return { - presets: ['babel-preset-expo'], + presets: ["babel-preset-expo"], + plugins: [ + [ + "module-resolver", + { + extensions: [".tsx", ".ts", ".js", ".json"], + }, + ], + "react-native-reanimated/plugin", + ], }; }; diff --git a/ios/.expo/README.md b/ios/.expo/README.md new file mode 100644 index 0000000..fd146b4 --- /dev/null +++ b/ios/.expo/README.md @@ -0,0 +1,15 @@ +> Why do I have a folder named ".expo" in my project? + +The ".expo" folder is created when an Expo project is started using "expo start" command. + +> What do the files contain? + +- "devices.json": contains information about devices that have recently opened this project. This is used to populate the "Development sessions" list in your development builds. +- "packager-info.json": contains port numbers and process PIDs that are used to serve the application to the mobile device/simulator. +- "settings.json": contains the server configuration that is used to serve the application manifest. + +> Should I commit the ".expo" folder? + +No, you should not share the ".expo" folder. It does not contain any information that is relevant for other developers working on the project, it is specific to your machine. + +Upon project creation, the ".expo" folder is already added to your ".gitignore" file. diff --git a/ios/.expo/settings.json b/ios/.expo/settings.json new file mode 100644 index 0000000..92bc513 --- /dev/null +++ b/ios/.expo/settings.json @@ -0,0 +1,8 @@ +{ + "hostType": "lan", + "lanType": "ip", + "dev": true, + "minify": false, + "urlRandomness": null, + "https": false +} diff --git a/navigation/Screens.js b/navigation/Screens.js index b786445..81bca7e 100644 --- a/navigation/Screens.js +++ b/navigation/Screens.js @@ -179,6 +179,7 @@ function AppStack(props) { name="Home" component={HomeStack} options={{ + headerShown: false, drawerIcon: ({ focused }) => ( ( ( ( ( ( ( ( ( (