Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI fixes to the onboarding page and landing page. #20

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .expo/README.md
Original file line number Diff line number Diff line change
@@ -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.
8 changes: 8 additions & 0 deletions .expo/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"hostType": "lan",
"lanType": "ip",
"dev": true,
"minify": false,
"urlRandomness": null,
"https": false
}
4 changes: 3 additions & 1 deletion native-app/screens/home/landingpage.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,12 +149,14 @@ const styles = StyleSheet.create({
color: "black",
fontSize: 40,
fontWeight: "bold",

},
heroText_care: {
color: "#C276F0",
fontSize: 40,
fontWeight: "bold",
// fontFamily: "po",
right: 60,
},
profileImage: {
width: 40,
Expand Down Expand Up @@ -203,7 +205,7 @@ const styles = StyleSheet.create({
},
hosp_search: {
marginTop: 30,
fontSize: 45,
fontSize: 35,
textAlign: "center",
fontWeight: "bold",
},
Expand Down
4 changes: 2 additions & 2 deletions native-app/screens/onboarding/OnboardingPage1.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ const styles = StyleSheet.create({
},
bar: {
// position: 'absolute',
bottom: 100,
width: 90,
bottom: 180,
width: 10,
height: 5,
backgroundColor: "#D3D3D3",
marginHorizontal: 5,
Expand Down
4 changes: 2 additions & 2 deletions native-app/screens/onboarding/OnboardingPage2.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ const styles = StyleSheet.create({
},
bar: {
// position: 'absolute',
bottom: 100,
width: 90,
bottom: 180,
width: 10,
height: 5,
backgroundColor: "#D3D3D3",
marginHorizontal: 5,
Expand Down
4 changes: 2 additions & 2 deletions native-app/screens/onboarding/OnboardingPage3.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ const styles = StyleSheet.create({
alignItems: "center",
},
bar: {
width: 100,
bottom: 90,
bottom: 180,
width: 10,
height: 5,
backgroundColor: "#D3D3D3",
marginHorizontal: 5,
Expand Down