skip to Main Content

MySQL saving issue node

I’m setting up a subdomain where users can upload updates to the database. The correct data gets sent from the front end, and the API connects to the database successfully but stops there. I can’t figure out why. app.post('/newsupdate', (req,…

VIEW QUESTION

React Native status bar semi transparent

Is it possible to make StatusBar semi-transparent with an opacity of 0.8? if I pass backgroundColor={"transparent"} like in the docs it becomes fully transparent without color. Docs https://reactnative.dev/docs/statusbar <StatusBar style="light" backgroundColor={"red"} translucent />

VIEW QUESTION
Back To Top
Search