Commit 685296e0 by leiyongsheng

修改app.json配置

parent 14465533
...@@ -88,7 +88,7 @@ const App = () => { ...@@ -88,7 +88,7 @@ const App = () => {
<> <>
<StatusBar barStyle="dark-content" /> <StatusBar barStyle="dark-content" />
<SafeAreaView> <SafeAreaView>
<ScrollView <ScrollView
contentInsetAdjustmentBehavior="automatic" contentInsetAdjustmentBehavior="automatic"
style={styles.scrollView}> style={styles.scrollView}>
{global.HermesInternal == null ? null : ( {global.HermesInternal == null ? null : (
...@@ -96,10 +96,13 @@ const App = () => { ...@@ -96,10 +96,13 @@ const App = () => {
<Text style={styles.footer}>Engine: Hermes(need config!!!!)</Text> <Text style={styles.footer}>Engine: Hermes(need config!!!!)</Text>
</View> </View>
)} )}
<View style={styles.buttonContainer}> {Platform.OS == 'ios' ? (
<CustomerView style={{height: 80}}/> <View style={styles.buttonContainer}>
<MapView region={region} zoomEnabled={false} style={{ flex: 1, height: 200}} /> <CustomerView style={{ height: 80 }} />
</View> <MapView region={region} zoomEnabled={false} style={{ flex: 1, height: 200 }} />
</View>
) : null
}
<View style={styles.body}> <View style={styles.body}>
<View style={styles.buttonContainer}> <View style={styles.buttonContainer}>
{Platform.OS == 'android' ? ( {Platform.OS == 'android' ? (
...@@ -154,7 +157,7 @@ const App = () => { ...@@ -154,7 +157,7 @@ const App = () => {
// }, true, "你点击了按钮222!", "确定"); // }, true, "你点击了按钮222!", "确定");
} else { } else {
Alert.alert("ios undefine"); Alert.alert("ios undefine");
} }
}} }}
title="单按钮提示框" title="单按钮提示框"
...@@ -205,9 +208,9 @@ const App = () => { ...@@ -205,9 +208,9 @@ const App = () => {
</View> </View>
<LearnMoreLinks /> <LearnMoreLinks />
</View> </View>
</ScrollView> </ScrollView>
</SafeAreaView> </SafeAreaView>
</> </>
); );
}; };
......
android @ 1f11119d
Subproject commit 5817bf0f5f38f7fed90107f3fc9cb685f97ad922 Subproject commit 1f11119dbbb5a355cac3c2a882821701f7bc7c51
{ {
"name": "submoduleTest", "name": "banma_credit",
"displayName": "submoduleTest" "displayName": "斑马信用"
} }
\ No newline at end of file
{ {
"name": "submoduleTest", "name": "banma_credit",
"version": "0.0.1", "version": "0.0.1",
"private": true, "private": true,
"scripts": { "scripts": {
...@@ -10,10 +10,16 @@ ...@@ -10,10 +10,16 @@
"lint": "eslint ." "lint": "eslint ."
}, },
"dependencies": { "dependencies": {
"@react-native-community/masked-view": "^0.1.10",
"@react-navigation/native": "^5.7.3",
"bufferutil": "^4.0.1", "bufferutil": "^4.0.1",
"canvas": "^2.6.1", "canvas": "^2.6.1",
"react": "16.13.1", "react": "16.13.1",
"react-native": "^0.63.2", "react-native": "^0.63.2",
"react-native-gesture-handler": "^1.8.0",
"react-native-reanimated": "^1.13.0",
"react-native-safe-area-context": "^3.1.7",
"react-native-screens": "^2.11.0",
"typescript": "^4.0.2", "typescript": "^4.0.2",
"utf-8-validate": "^5.0.2" "utf-8-validate": "^5.0.2"
}, },
...@@ -30,4 +36,4 @@ ...@@ -30,4 +36,4 @@
"jest": { "jest": {
"preset": "react-native" "preset": "react-native"
} }
} }
\ No newline at end of file
...@@ -770,6 +770,13 @@ ...@@ -770,6 +770,13 @@
exec-sh "^0.3.2" exec-sh "^0.3.2"
minimist "^1.2.0" minimist "^1.2.0"
"@egjs/hammerjs@^2.0.17":
version "2.0.17"
resolved "https://registry.npm.taobao.org/@egjs/hammerjs/download/@egjs/hammerjs-2.0.17.tgz#5dc02af75a6a06e4c2db0202cae38c9263895124"
integrity sha1-XcAq91pqBuTC2wICyuOMkmOJUSQ=
dependencies:
"@types/hammerjs" "^2.0.36"
"@hapi/address@2.x.x": "@hapi/address@2.x.x":
version "2.1.4" version "2.1.4"
resolved "https://registry.npm.taobao.org/@hapi/address/download/@hapi/address-2.1.4.tgz?cache=0&sync_timestamp=1593993969531&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40hapi%2Faddress%2Fdownload%2F%40hapi%2Faddress-2.1.4.tgz#5d67ed43f3fd41a69d4b9ff7b56e7c0d1d0a81e5" resolved "https://registry.npm.taobao.org/@hapi/address/download/@hapi/address-2.1.4.tgz?cache=0&sync_timestamp=1593993969531&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40hapi%2Faddress%2Fdownload%2F%40hapi%2Faddress-2.1.4.tgz#5d67ed43f3fd41a69d4b9ff7b56e7c0d1d0a81e5"
...@@ -1162,6 +1169,38 @@ ...@@ -1162,6 +1169,38 @@
resolved "https://registry.npm.taobao.org/@react-native-community/eslint-plugin/download/@react-native-community/eslint-plugin-1.1.0.tgz#e42b1bef12d2415411519fd528e64b593b1363dc" resolved "https://registry.npm.taobao.org/@react-native-community/eslint-plugin/download/@react-native-community/eslint-plugin-1.1.0.tgz#e42b1bef12d2415411519fd528e64b593b1363dc"
integrity sha1-5Csb7xLSQVQRUZ/VKOZLWTsTY9w= integrity sha1-5Csb7xLSQVQRUZ/VKOZLWTsTY9w=
"@react-native-community/masked-view@^0.1.10":
version "0.1.10"
resolved "https://registry.npm.taobao.org/@react-native-community/masked-view/download/@react-native-community/masked-view-0.1.10.tgz#5dda643e19e587793bc2034dd9bf7398ad43d401"
integrity sha1-XdpkPhnlh3k7wgNN2b9zmK1D1AE=
"@react-navigation/core@^5.12.3":
version "5.12.3"
resolved "https://registry.npm.taobao.org/@react-navigation/core/download/@react-navigation/core-5.12.3.tgz#0484fcca290569a0dc10b70b99f00edd3f1fd93c"
integrity sha1-BIT8yikFaaDcELcLmfAO3T8f2Tw=
dependencies:
"@react-navigation/routers" "^5.4.11"
escape-string-regexp "^4.0.0"
nanoid "^3.1.12"
query-string "^6.13.1"
react-is "^16.13.0"
use-subscription "^1.4.0"
"@react-navigation/native@^5.7.3":
version "5.7.3"
resolved "https://registry.npm.taobao.org/@react-navigation/native/download/@react-navigation/native-5.7.3.tgz#3cda5ee7b0fe0d980db6d788419f0af50a64deac"
integrity sha1-PNpe57D+DZgNtteIQZ8K9Qpk3qw=
dependencies:
"@react-navigation/core" "^5.12.3"
nanoid "^3.1.12"
"@react-navigation/routers@^5.4.11":
version "5.4.11"
resolved "https://registry.npm.taobao.org/@react-navigation/routers/download/@react-navigation/routers-5.4.11.tgz#75dbec1809e282c3749068845099c5bee2c792f0"
integrity sha1-ddvsGAnigsN0kGiEUJnFvuLHkvA=
dependencies:
nanoid "^3.1.12"
"@sinonjs/commons@^1.7.0": "@sinonjs/commons@^1.7.0":
version "1.8.1" version "1.8.1"
resolved "https://registry.npm.taobao.org/@sinonjs/commons/download/@sinonjs/commons-1.8.1.tgz?cache=0&sync_timestamp=1594974161870&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40sinonjs%2Fcommons%2Fdownload%2F%40sinonjs%2Fcommons-1.8.1.tgz#e7df00f98a203324f6dc7cc606cad9d4a8ab2217" resolved "https://registry.npm.taobao.org/@sinonjs/commons/download/@sinonjs/commons-1.8.1.tgz?cache=0&sync_timestamp=1594974161870&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40sinonjs%2Fcommons%2Fdownload%2F%40sinonjs%2Fcommons-1.8.1.tgz#e7df00f98a203324f6dc7cc606cad9d4a8ab2217"
...@@ -1219,6 +1258,11 @@ ...@@ -1219,6 +1258,11 @@
dependencies: dependencies:
"@types/node" "*" "@types/node" "*"
"@types/hammerjs@^2.0.36":
version "2.0.36"
resolved "https://registry.npm.taobao.org/@types/hammerjs/download/@types/hammerjs-2.0.36.tgz#17ce0a235e9ffbcdcdf5095646b374c2bf615a4c"
integrity sha1-F84KI16f+83N9QlWRrN0wr9hWkw=
"@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0", "@types/istanbul-lib-coverage@^2.0.1": "@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0", "@types/istanbul-lib-coverage@^2.0.1":
version "2.0.3" version "2.0.3"
resolved "https://registry.npm.taobao.org/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz#4ba8ddb720221f432e443bd5f9117fd22cfd4762" resolved "https://registry.npm.taobao.org/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz#4ba8ddb720221f432e443bd5f9117fd22cfd4762"
...@@ -2557,6 +2601,11 @@ escape-string-regexp@^1.0.5: ...@@ -2557,6 +2601,11 @@ escape-string-regexp@^1.0.5:
resolved "https://registry.npm.taobao.org/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz?cache=0&sync_timestamp=1587627107924&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fescape-string-regexp%2Fdownload%2Fescape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" resolved "https://registry.npm.taobao.org/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz?cache=0&sync_timestamp=1587627107924&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fescape-string-regexp%2Fdownload%2Fescape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=
escape-string-regexp@^4.0.0:
version "4.0.0"
resolved "https://registry.npm.taobao.org/escape-string-regexp/download/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34"
integrity sha1-FLqDpdNz49MR5a/KKc9b+tllvzQ=
escodegen@^1.11.1: escodegen@^1.11.1:
version "1.14.3" version "1.14.3"
resolved "https://registry.npm.taobao.org/escodegen/download/escodegen-1.14.3.tgz#4e7b81fba61581dc97582ed78cab7f0e8d63f503" resolved "https://registry.npm.taobao.org/escodegen/download/escodegen-1.14.3.tgz#4e7b81fba61581dc97582ed78cab7f0e8d63f503"
...@@ -3326,6 +3375,13 @@ hermes-engine@~0.5.0: ...@@ -3326,6 +3375,13 @@ hermes-engine@~0.5.0:
resolved "https://registry.npm.taobao.org/hermes-engine/download/hermes-engine-0.5.1.tgz#601115e4b1e0a17d9aa91243b96277de4e926e09" resolved "https://registry.npm.taobao.org/hermes-engine/download/hermes-engine-0.5.1.tgz#601115e4b1e0a17d9aa91243b96277de4e926e09"
integrity sha1-YBEV5LHgoX2aqRJDuWJ33k6Sbgk= integrity sha1-YBEV5LHgoX2aqRJDuWJ33k6Sbgk=
hoist-non-react-statics@^3.3.0:
version "3.3.2"
resolved "https://registry.npm.taobao.org/hoist-non-react-statics/download/hoist-non-react-statics-3.3.2.tgz#ece0acaf71d62c2969c2ec59feff42a4b1a85b45"
integrity sha1-7OCsr3HWLClpwuxZ/v9CpLGoW0U=
dependencies:
react-is "^16.7.0"
hosted-git-info@^2.1.4: hosted-git-info@^2.1.4:
version "2.8.8" version "2.8.8"
resolved "https://registry.npm.taobao.org/hosted-git-info/download/hosted-git-info-2.8.8.tgz?cache=0&sync_timestamp=1594428017031&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fhosted-git-info%2Fdownload%2Fhosted-git-info-2.8.8.tgz#7539bd4bc1e0e0a895815a2e0262420b12858488" resolved "https://registry.npm.taobao.org/hosted-git-info/download/hosted-git-info-2.8.8.tgz?cache=0&sync_timestamp=1594428017031&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fhosted-git-info%2Fdownload%2Fhosted-git-info-2.8.8.tgz#7539bd4bc1e0e0a895815a2e0262420b12858488"
...@@ -5027,6 +5083,11 @@ nan@^2.12.1, nan@^2.14.0: ...@@ -5027,6 +5083,11 @@ nan@^2.12.1, nan@^2.14.0:
resolved "https://registry.npm.taobao.org/nan/download/nan-2.14.1.tgz#d7be34dfa3105b91494c3147089315eff8874b01" resolved "https://registry.npm.taobao.org/nan/download/nan-2.14.1.tgz#d7be34dfa3105b91494c3147089315eff8874b01"
integrity sha1-174036MQW5FJTDFHCJMV7/iHSwE= integrity sha1-174036MQW5FJTDFHCJMV7/iHSwE=
nanoid@^3.1.12:
version "3.1.12"
resolved "https://registry.npm.taobao.org/nanoid/download/nanoid-3.1.12.tgz#6f7736c62e8d39421601e4a0c77623a97ea69654"
integrity sha1-b3c2xi6NOUIWAeSgx3YjqX6mllQ=
nanomatch@^1.2.9: nanomatch@^1.2.9:
version "1.2.13" version "1.2.13"
resolved "https://registry.npm.taobao.org/nanomatch/download/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119" resolved "https://registry.npm.taobao.org/nanomatch/download/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119"
...@@ -5685,6 +5746,15 @@ qs@~6.5.2: ...@@ -5685,6 +5746,15 @@ qs@~6.5.2:
resolved "https://registry.npm.taobao.org/qs/download/qs-6.5.2.tgz#cb3ae806e8740444584ef154ce8ee98d403f3e36" resolved "https://registry.npm.taobao.org/qs/download/qs-6.5.2.tgz#cb3ae806e8740444584ef154ce8ee98d403f3e36"
integrity sha1-yzroBuh0BERYTvFUzo7pjUA/PjY= integrity sha1-yzroBuh0BERYTvFUzo7pjUA/PjY=
query-string@^6.13.1:
version "6.13.2"
resolved "https://registry.npm.taobao.org/query-string/download/query-string-6.13.2.tgz#3585aa9412c957cbd358fd5eaca7466f05586dda"
integrity sha1-NYWqlBLJV8vTWP1erKdGbwVYbdo=
dependencies:
decode-uri-component "^0.2.0"
split-on-first "^1.0.0"
strict-uri-encode "^2.0.0"
range-parser@~1.2.1: range-parser@~1.2.1:
version "1.2.1" version "1.2.1"
resolved "https://registry.npm.taobao.org/range-parser/download/range-parser-1.2.1.tgz#3cf37023d199e1c24d1a55b84800c2f3e6468031" resolved "https://registry.npm.taobao.org/range-parser/download/range-parser-1.2.1.tgz#3cf37023d199e1c24d1a55b84800c2f3e6468031"
...@@ -5708,11 +5778,38 @@ react-devtools-core@^4.6.0: ...@@ -5708,11 +5778,38 @@ react-devtools-core@^4.6.0:
shell-quote "^1.6.1" shell-quote "^1.6.1"
ws "^7" ws "^7"
react-is@^16.12.0, react-is@^16.8.1, react-is@^16.8.4, react-is@^16.8.6: react-is@^16.12.0, react-is@^16.13.0, react-is@^16.7.0, react-is@^16.8.1, react-is@^16.8.4, react-is@^16.8.6:
version "16.13.1" version "16.13.1"
resolved "https://registry.npm.taobao.org/react-is/download/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4" resolved "https://registry.npm.taobao.org/react-is/download/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
integrity sha1-eJcppNw23imZ3BVt1sHZwYzqVqQ= integrity sha1-eJcppNw23imZ3BVt1sHZwYzqVqQ=
react-native-gesture-handler@^1.8.0:
version "1.8.0"
resolved "https://registry.npm.taobao.org/react-native-gesture-handler/download/react-native-gesture-handler-1.8.0.tgz#18f61f51da50320f938957b0ee79bc58f47449dc"
integrity sha1-GPYfUdpQMg+TiVew7nm8WPR0Sdw=
dependencies:
"@egjs/hammerjs" "^2.0.17"
hoist-non-react-statics "^3.3.0"
invariant "^2.2.4"
prop-types "^15.7.2"
react-native-reanimated@^1.13.0:
version "1.13.0"
resolved "https://registry.npm.taobao.org/react-native-reanimated/download/react-native-reanimated-1.13.0.tgz#1ee5d27d34bd2cee7dfad4ae9a3673300872c917"
integrity sha1-HuXSfTS9LO59+tSumjZzMAhyyRc=
dependencies:
fbjs "^1.0.0"
react-native-safe-area-context@^3.1.7:
version "3.1.7"
resolved "https://registry.npm.taobao.org/react-native-safe-area-context/download/react-native-safe-area-context-3.1.7.tgz#fc9e636dfb168f992a2172d363509ce0611a8403"
integrity sha1-/J5jbfsWj5kqIXLTY1Cc4GEahAM=
react-native-screens@^2.11.0:
version "2.11.0"
resolved "https://registry.npm.taobao.org/react-native-screens/download/react-native-screens-2.11.0.tgz#34b30b07c2d04aa100cba984b944b303bfa43ea6"
integrity sha1-NLMLB8LQSqEAy6mEuUSzA7+kPqY=
react-native@^0.63.2: react-native@^0.63.2:
version "0.63.2" version "0.63.2"
resolved "https://registry.npm.taobao.org/react-native/download/react-native-0.63.2.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Freact-native%2Fdownload%2Freact-native-0.63.2.tgz#eaebf3430577b37fbd66ef228a86b3408259ef8e" resolved "https://registry.npm.taobao.org/react-native/download/react-native-0.63.2.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Freact-native%2Fdownload%2Freact-native-0.63.2.tgz#eaebf3430577b37fbd66ef228a86b3408259ef8e"
...@@ -6405,6 +6502,11 @@ spdx-license-ids@^3.0.0: ...@@ -6405,6 +6502,11 @@ spdx-license-ids@^3.0.0:
resolved "https://registry.npm.taobao.org/spdx-license-ids/download/spdx-license-ids-3.0.5.tgz#3694b5804567a458d3c8045842a6358632f62654" resolved "https://registry.npm.taobao.org/spdx-license-ids/download/spdx-license-ids-3.0.5.tgz#3694b5804567a458d3c8045842a6358632f62654"
integrity sha1-NpS1gEVnpFjTyARYQqY1hjL2JlQ= integrity sha1-NpS1gEVnpFjTyARYQqY1hjL2JlQ=
split-on-first@^1.0.0:
version "1.1.0"
resolved "https://registry.npm.taobao.org/split-on-first/download/split-on-first-1.1.0.tgz#f610afeee3b12bce1d0c30425e76398b78249a5f"
integrity sha1-9hCv7uOxK84dDDBCXnY5i3gkml8=
split-string@^3.0.1, split-string@^3.0.2: split-string@^3.0.1, split-string@^3.0.2:
version "3.1.0" version "3.1.0"
resolved "https://registry.npm.taobao.org/split-string/download/split-string-3.1.0.tgz#7cb09dda3a86585705c64b39a6466038682e8fe2" resolved "https://registry.npm.taobao.org/split-string/download/split-string-3.1.0.tgz#7cb09dda3a86585705c64b39a6466038682e8fe2"
...@@ -6467,6 +6569,11 @@ stream-buffers@~2.2.0: ...@@ -6467,6 +6569,11 @@ stream-buffers@~2.2.0:
resolved "https://registry.npm.taobao.org/stream-buffers/download/stream-buffers-2.2.0.tgz#91d5f5130d1cef96dcfa7f726945188741d09ee4" resolved "https://registry.npm.taobao.org/stream-buffers/download/stream-buffers-2.2.0.tgz#91d5f5130d1cef96dcfa7f726945188741d09ee4"
integrity sha1-kdX1Ew0c75bc+n9yaUUYh0HQnuQ= integrity sha1-kdX1Ew0c75bc+n9yaUUYh0HQnuQ=
strict-uri-encode@^2.0.0:
version "2.0.0"
resolved "https://registry.npm.taobao.org/strict-uri-encode/download/strict-uri-encode-2.0.0.tgz#b9c7330c7042862f6b142dc274bbcc5866ce3546"
integrity sha1-ucczDHBChi9rFC3CdLvMWGbONUY=
string-length@^3.1.0: string-length@^3.1.0:
version "3.1.0" version "3.1.0"
resolved "https://registry.npm.taobao.org/string-length/download/string-length-3.1.0.tgz#107ef8c23456e187a8abd4a61162ff4ac6e25837" resolved "https://registry.npm.taobao.org/string-length/download/string-length-3.1.0.tgz#107ef8c23456e187a8abd4a61162ff4ac6e25837"
...@@ -6955,7 +7062,7 @@ urix@^0.1.0: ...@@ -6955,7 +7062,7 @@ urix@^0.1.0:
resolved "https://registry.npm.taobao.org/urix/download/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72" resolved "https://registry.npm.taobao.org/urix/download/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72"
integrity sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI= integrity sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=
use-subscription@^1.0.0: use-subscription@^1.0.0, use-subscription@^1.4.0:
version "1.4.1" version "1.4.1"
resolved "https://registry.npm.taobao.org/use-subscription/download/use-subscription-1.4.1.tgz?cache=0&sync_timestamp=1597105463167&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fuse-subscription%2Fdownload%2Fuse-subscription-1.4.1.tgz#edcbcc220f1adb2dd4fa0b2f61b6cc308e620069" resolved "https://registry.npm.taobao.org/use-subscription/download/use-subscription-1.4.1.tgz?cache=0&sync_timestamp=1597105463167&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fuse-subscription%2Fdownload%2Fuse-subscription-1.4.1.tgz#edcbcc220f1adb2dd4fa0b2f61b6cc308e620069"
integrity sha1-7cvMIg8a2y3U+gsvYbbMMI5iAGk= integrity sha1-7cvMIg8a2y3U+gsvYbbMMI5iAGk=
......
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