Commit ff2326ed authored by Lihinikaduwa D.N.R.  's avatar Lihinikaduwa D.N.R.

changed

parents ad5b090a f49ef92e
No preview for this file type
...@@ -45,10 +45,5 @@ def abc(): ...@@ -45,10 +45,5 @@ def abc():
if __name__ == "__main__": if __name__ == "__main__":
<<<<<<< HEAD
# app.run(host='192.168.1.101')
=======
app.run(host='192.168.8.102') app.run(host='192.168.8.102')
>>>>>>> 214242e2720ae6c4a2b68a5dcc181a9640a724ab
# app.run(host='192.168.8.100,port='5000', debug=True)
# app.run(debug=True)
No preview for this file type
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
"native-base": "^3.2.2", "native-base": "^3.2.2",
"react": "17.0.2", "react": "17.0.2",
"react-native": "0.66.2", "react-native": "0.66.2",
"react-native-audio-recorder-player": "^3.3.4",
"react-native-chartjs": "^1.0.3", "react-native-chartjs": "^1.0.3",
"react-native-elements": "^3.4.2", "react-native-elements": "^3.4.2",
"react-native-fontawesome": "^7.0.0", "react-native-fontawesome": "^7.0.0",
...@@ -6539,6 +6540,15 @@ ...@@ -6539,6 +6540,15 @@
"node": ">=8" "node": ">=8"
} }
}, },
"node_modules/dooboolab-welcome": {
"version": "1.3.2",
"resolved": "https://registry.npmjs.org/dooboolab-welcome/-/dooboolab-welcome-1.3.2.tgz",
"integrity": "sha512-2NbMaIIURElxEf/UAoVUFlXrO+7n/FRhLCiQlk4fkbGRh9cJ3/f8VEMPveR9m4Ug2l2Zey+UCXjd6EcBqHJ5bw==",
"hasInstallScript": true,
"bin": {
"dooboolab-welcome": "bin/hello.js"
}
},
"node_modules/ee-first": { "node_modules/ee-first": {
"version": "1.1.1", "version": "1.1.1",
"resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
...@@ -13840,6 +13850,18 @@ ...@@ -13840,6 +13850,18 @@
"react": "17.0.2" "react": "17.0.2"
} }
}, },
"node_modules/react-native-audio-recorder-player": {
"version": "3.3.4",
"resolved": "https://registry.npmjs.org/react-native-audio-recorder-player/-/react-native-audio-recorder-player-3.3.4.tgz",
"integrity": "sha512-f56FdRplru8AozbdqTeitT5yyO7/e6NGJQuGxWHCyJpx2aJObqGKKNPgCwP0kiTAMekC4EpIHF+L/9fBY+UwNg==",
"dependencies": {
"dooboolab-welcome": "^1.3.2"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
}
},
"node_modules/react-native-chartjs": { "node_modules/react-native-chartjs": {
"version": "1.0.3", "version": "1.0.3",
"resolved": "https://registry.npmjs.org/react-native-chartjs/-/react-native-chartjs-1.0.3.tgz", "resolved": "https://registry.npmjs.org/react-native-chartjs/-/react-native-chartjs-1.0.3.tgz",
...@@ -23775,6 +23797,11 @@ ...@@ -23775,6 +23797,11 @@
} }
} }
}, },
"dooboolab-welcome": {
"version": "1.3.2",
"resolved": "https://registry.npmjs.org/dooboolab-welcome/-/dooboolab-welcome-1.3.2.tgz",
"integrity": "sha512-2NbMaIIURElxEf/UAoVUFlXrO+7n/FRhLCiQlk4fkbGRh9cJ3/f8VEMPveR9m4Ug2l2Zey+UCXjd6EcBqHJ5bw=="
},
"ee-first": { "ee-first": {
"version": "1.1.1", "version": "1.1.1",
"resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
...@@ -29482,6 +29509,14 @@ ...@@ -29482,6 +29509,14 @@
} }
} }
}, },
"react-native-audio-recorder-player": {
"version": "3.3.4",
"resolved": "https://registry.npmjs.org/react-native-audio-recorder-player/-/react-native-audio-recorder-player-3.3.4.tgz",
"integrity": "sha512-f56FdRplru8AozbdqTeitT5yyO7/e6NGJQuGxWHCyJpx2aJObqGKKNPgCwP0kiTAMekC4EpIHF+L/9fBY+UwNg==",
"requires": {
"dooboolab-welcome": "^1.3.2"
}
},
"react-native-chartjs": { "react-native-chartjs": {
"version": "1.0.3", "version": "1.0.3",
"resolved": "https://registry.npmjs.org/react-native-chartjs/-/react-native-chartjs-1.0.3.tgz", "resolved": "https://registry.npmjs.org/react-native-chartjs/-/react-native-chartjs-1.0.3.tgz",
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
"native-base": "^3.2.2", "native-base": "^3.2.2",
"react": "17.0.2", "react": "17.0.2",
"react-native": "0.66.2", "react-native": "0.66.2",
"react-native-audio-recorder-player": "^3.3.4",
"react-native-chartjs": "^1.0.3", "react-native-chartjs": "^1.0.3",
"react-native-elements": "^3.4.2", "react-native-elements": "^3.4.2",
"react-native-fontawesome": "^7.0.0", "react-native-fontawesome": "^7.0.0",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment