Project 2

Project Development

27/02/2020

Got the gitlab working but seems like the code they pushed in to gitlab isn’t the latest one as it was not working at all when we tried them. We tried to fix by googling the error like the mismatch version, npm install and such. Still no luck

02/03/2020

Made the Kanban board for our project, also made and closed the project called “Sprint 1”

but since that we have an updated version of the nodes, we always get an error everytime we create a new branch on github.

but we fixed it by putting the code below.

under \node_modules\metro-config\src\defaults\blacklist.js

I have talked with Renz (previous developer of the project) and he said to use his branch instead of Camerons one as it was the only one working on their GitLab. We tried it and got the same error that says that it cannot find the Java Compiler.sss

05/03/2020

We realized that the reason why the app is not working is when they pushed the project into gitlab, it didn’t upload the modules with it so to fix this, we had to install it by typing “npm install” then make a new variable “Java/home” then “C:\Program Files\Java\jdk-11.0.5”

then under user variable, make a new one called “ANDROID_HOME” then value will be “C:\Android\SDK”

then restart the computer

under “node_modules” you will open “metro-config” then “src” then “defaults” then open up blacklist.js and make sure you add the \ to the code like the example below.

Before

After

12/03/2020

had to do the about page for this project and followed this YouTube tutorial and it actually helped me understand more about React-native.

few things to consider:

to run in on the simulator

npx run react-native run-android

to run it on my phone

npx run react-native start

16/03/2020

We have added a GitHub widget to our Microsoft Teams Group Project for us to easily check on the current issues we have in the actual project.

I had to create another image for the “About us” page since it does not have a proper image for it at the bottom navigator view.

Managed to do the “About us” page, Aisea emailed Josh Perry about it and quite happy of what we’ve done so far.

22/03/2020

I had to go back to Wellington for a week, during this time I was just reading online on how to improve react-native skills and other tutorials on how to use it.