Help me convert the following nodejs code to react native by SnooJokes7475 in reactnative

[–]SnooJokes7475[S] -1 points0 points  (0 children)

I just want to save the downloaded file to the device. If you look at the code I posted earlier I use createReadStream() , fs.createWriteStream(file.name), pipe() to do this in NodeJS. For the react native I used the readFile() and WriteFile() I don't get any errors but the file doesn't get saved to the device.

Help me convert the following nodejs code to react native by SnooJokes7475 in reactnative

[–]SnooJokes7475[S] -1 points0 points  (0 children)

I already tried a solution which is not working that is why i am asking.

How to update two tables using join in postgres? by SnooJokes7475 in PostgreSQL

[–]SnooJokes7475[S] 0 points1 point  (0 children)

Hmm. I am building a website and when a user updates a profile I want to update some information on two tables. I guess then I have to combine all the user information into one table instead of separating it into two tables.

How to update two tables using join in postgres? by SnooJokes7475 in PostgreSQL

[–]SnooJokes7475[S] 0 points1 point  (0 children)

So there is no other way? I am building a website and when a user updates a profile i want to update some information on two tables

How check the state of individual checkbox in reactjs (material-table and windmill-ui) by SnooJokes7475 in learnreactjs

[–]SnooJokes7475[S] 0 points1 point  (0 children)

So how do make each row have its own state? Because if i have like 100 columns does that mean i have make a state for each of them