Kara X_X

Results 11 comments of Kara X_X

and i try to log out the route.params, but nothing on console. seems like some how params wasnt pass to second screen ```javascript { console.log("call back: ", route.params.item.id); return [route.params.item.id];...

```javascript const postOnClick = () => { console.log("card: ", item); navigation.navigate("Detail", { item }); }; ``` here i pass the post as params in to second screen

```javascript function postDetail({ route }) { const { item } = route.params; console.log("in detail info: ", item); ``` and over here, in my postDetail component. nothing log out.

做个代理每次请求换个ip?

there are lot more issues more than webdriver i think LOL,

TIME_URL && DATE_URL is no longer able to fetch the date by JUST call the end point

@jparagon23 some times the date api will return you some 'fake' earier date with actually no time inside. I made changes for the solution do everthing ' manully ' ....

> do you want to work on it ? together ? i am down

> no unfortunately, it stuck on the phase of checking for an earlier time. I don't know how to fix that problem and no one helps tho https://github.com/uxDaniel/visa_rescheduler/pull/39 [I have...

But it was way too slow [by 'manually click'] --- > I had try use javascript puppeteer read all returning data from the API response itself through dev tool but...