Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
2
22_23-J 18
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
22_23-J 18
22_23-J 18
Commits
988edf75
Commit
988edf75
authored
Jul 11, 2023
by
Esala Senrathna
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
connecting object detection
parent
3fbde524
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6547 additions
and
6458 deletions
+6547
-6458
App/Frontend/package-lock.json
App/Frontend/package-lock.json
+58
-0
App/Frontend/screens/HomeScreen.js
App/Frontend/screens/HomeScreen.js
+8
-1
App/Frontend/yarn.lock
App/Frontend/yarn.lock
+6481
-6457
No files found.
App/Frontend/package-lock.json
View file @
988edf75
...
...
@@ -16,6 +16,7 @@
"expo-av": "~13.2.1",
"expo-camera": "~13.2.1",
"expo-file-system": "~15.2.2",
"expo-linking": "^4.0.1",
"expo-screen-orientation": "~5.1.1",
"expo-status-bar": "~1.4.4",
"react": "18.2.0",
...
...
@@ -5579,6 +5580,11 @@
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.15.11.tgz",
"integrity": "sha512-E5Kwq2n4SbMzQOn6wnmBjuK9ouqlURrcZDVfbo9ftDDTFt3nk7ZKK4GMOzoYgnpQJKcxwQw+lGaBvvlMo0qN/Q=="
},
"node_modules/@types/qs": {
"version": "6.9.7",
"resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.7.tgz",
"integrity": "sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw=="
},
"node_modules/@types/stack-utils": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.1.tgz",
...
...
@@ -7907,6 +7913,30 @@
"expo": "*"
}
},
"node_modules/expo-linking": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/expo-linking/-/expo-linking-4.1.0.tgz",
"integrity": "sha512-XDeBs2UuaO982spQyyVS0h7fk1UNNf6GXoqtChm2li5a7ZeeLue8btUFTZJIc3758Z5mejfDoGIgK48Rs0T3ow==",
"dependencies": {
"@types/qs": "^6.9.7",
"expo-constants": "~14.3.0",
"invariant": "^2.2.4",
"qs": "^6.11.0",
"url-parse": "^1.5.9"
}
},
"node_modules/expo-linking/node_modules/expo-constants": {
"version": "14.3.0",
"resolved": "https://registry.npmjs.org/expo-constants/-/expo-constants-14.3.0.tgz",
"integrity": "sha512-O8b+mZlPXZGH4wLLd+jMihGD0ZSMJRSmSsmcG7T60jHU3Dw4yDIuzHM/wMoBoL1pxLIbEwvcwDj0w8c+Sn+1sQ==",
"dependencies": {
"@expo/config": "~8.0.0",
"uuid": "^3.3.2"
},
"peerDependencies": {
"expo": "*"
}
},
"node_modules/expo-modules-autolinking": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/expo-modules-autolinking/-/expo-modules-autolinking-1.2.0.tgz",
...
...
@@ -19457,6 +19487,11 @@
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.15.11.tgz",
"integrity": "sha512-E5Kwq2n4SbMzQOn6wnmBjuK9ouqlURrcZDVfbo9ftDDTFt3nk7ZKK4GMOzoYgnpQJKcxwQw+lGaBvvlMo0qN/Q=="
},
"@types/qs": {
"version": "6.9.7",
"resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.7.tgz",
"integrity": "sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw=="
},
"@types/stack-utils": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.1.tgz",
...
...
@@ -21241,6 +21276,29 @@
"integrity": "sha512-hqeCnb4033TyuZaXs93zTK7rjVJ3bywXATyMmKmKkLEsH2PKBAl/VmjlCOPQL/2Ncqz6aj7Wo//tjeJTARBD4g==",
"requires": {}
},
"expo-linking": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/expo-linking/-/expo-linking-4.1.0.tgz",
"integrity": "sha512-XDeBs2UuaO982spQyyVS0h7fk1UNNf6GXoqtChm2li5a7ZeeLue8btUFTZJIc3758Z5mejfDoGIgK48Rs0T3ow==",
"requires": {
"@types/qs": "^6.9.7",
"expo-constants": "~14.3.0",
"invariant": "^2.2.4",
"qs": "^6.11.0",
"url-parse": "^1.5.9"
},
"dependencies": {
"expo-constants": {
"version": "14.3.0",
"resolved": "https://registry.npmjs.org/expo-constants/-/expo-constants-14.3.0.tgz",
"integrity": "sha512-O8b+mZlPXZGH4wLLd+jMihGD0ZSMJRSmSsmcG7T60jHU3Dw4yDIuzHM/wMoBoL1pxLIbEwvcwDj0w8c+Sn+1sQ==",
"requires": {
"@expo/config": "~8.0.0",
"uuid": "^3.3.2"
}
}
}
},
"expo-modules-autolinking": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/expo-modules-autolinking/-/expo-modules-autolinking-1.2.0.tgz",
App/Frontend/screens/HomeScreen.js
View file @
988edf75
...
...
@@ -15,6 +15,13 @@ const HomeScreen = ({ navigation }) => {
}
}
const
openObjectDetectApp
=
()
=>
{
try
{
Linking
.
openURL
(
"
objectdetect://game
"
);
}
catch
(
error
)
{
console
.
log
(
"
error on open Object detect app
"
+
error
);
}
}
return
(
<
View
style
=
{
styles
.
container
}
>
...
...
@@ -32,7 +39,7 @@ const HomeScreen = ({ navigation }) => {
<
Text
style
=
{
styles
.
buttonText
}
>
Quiz
River
<
/Text
>
<
/TouchableOpacity
>
<
TouchableOpacity
style
=
{
styles
.
button3
}
onPress
=
{()
=>
navigation
.
navigate
(
'
ObjectExplore
'
)}
>
<
TouchableOpacity
style
=
{
styles
.
button3
}
onPress
=
{()
=>
openObjectDetectApp
(
)}
>
<
Image
source
=
{
require
(
'
./assets/home/balloon.png
'
)}
style
=
{
styles
.
buttonImage
}
resizeMode
=
"
cover
"
/>
<
Text
style
=
{
styles
.
buttonText
}
>
Explore
<
/Text
>
<
/TouchableOpacity
>
...
...
App/Frontend/yarn.lock
View file @
988edf75
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment