bluejoyq

change logo and loading screen

......@@ -14,10 +14,10 @@
],
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"icon": "./assets/logo.png",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"image": "./assets/loading.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"updates": {
......
......@@ -35,8 +35,8 @@ export const submit = (text) => async (dispatch) => {
},10000);
try{
const response = await readTest()
//const response = await sendSearch(text.nativeEvent.text);
// const response = await readTest()
const response = await sendSearch(text.nativeEvent.text);
// 에러시 error throw
if(response.return_code == -1){throw new Error(response.error_code)};
......