From 00070b2be78458488f19612794bcc7f0122569cc Mon Sep 17 00:00:00 2001 From: symphony-dev Date: Fri, 15 Jul 2022 22:30:13 +0500 Subject: [PATCH] Updated v1 --- .DS_Store | Bin 6148 -> 6148 bytes babel.config.js | 13 +++++++++++-- ios/.expo/README.md | 15 +++++++++++++++ ios/.expo/settings.json | 8 ++++++++ navigation/Screens.js | 10 ++++++++++ package.json | 28 ++++++++++++++-------------- 6 files changed, 58 insertions(+), 16 deletions(-) create mode 100644 ios/.expo/README.md create mode 100644 ios/.expo/settings.json diff --git a/.DS_Store b/.DS_Store index 5008ddfcf53c02e82d7eee2e57c38e5672ef89f6..bd1af8aee940ad27b0285eae8932d31f78183682 100644 GIT binary patch delta 423 zcmZoMXfc=|#>B)qF;Q%yo}wrl0|Nsi1A_oVaY0f}eiD$kJ*i-0;&R4%kPI_JCPO|$ zaZ)+5Y))oziGjg2MkZz!RyKAZ;AW2v&d4thE=epYEp|#QiU#pQ^7C_&VC=-Cu*}r* zcmWaT{JfIH%)Hbhu!hW(RG^ZW@XWlF{Bo!K(!7*nu-;&xL_JW36A0o3#H*{#O>`8D zjV)_+6sj$a40IGsjLm9mIXOg?^{s>AvvYFu@;ia91p-E(U%-GDO2eowAOq@~oOHwB zAjHu~2NHo+1YW5HK<@2y9MdUdFPyfSHSVGdl-A2T%b} 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 }) => ( ( ( ( ( ( ( ( ( (