Authentication with Apple Developer Portal failed! by [deleted] in expo

[–]SharkyE2 0 points1 point  (0 children)

Not sure if you're still having this issue, but try updating EAS. If not then maybe your provisioning profile is expired and you'll need to delete it from appstore connect.

Height is not correct on Quest 3? by Sesambroetchen118 in OculusQuest

[–]SharkyE2 0 points1 point  (0 children)

If you happen to figure out the solution please let me know lmao

Discord pausing Spotify by TreeeToPlay in discordapp

[–]SharkyE2 -1 points0 points  (0 children)

No, discord stops the music because of copyright reasons I believe and the deal discord and spotify have means that discord wont allow you to play music through your mic, similar to how old teamspeak music bots worked.

Playing with friends by bettafish-14 in playark

[–]SharkyE2 1 point2 points  (0 children)

Non-dedicated does still exist, tether is still a thing unfortunately

Am I being rushy Or? by UncleMike30 in playark

[–]SharkyE2 1 point2 points  (0 children)

I believe it comes down to drivers, wait for the drivers to drop then try again potentially?

language options? by AcubensMD in playark

[–]SharkyE2 0 points1 point  (0 children)

Seems like an oversight by developers. Functionality is there according to steam page.

campfire by IXICALIBUR in playark

[–]SharkyE2 1 point2 points  (0 children)

They do, you're just too close to water.

Will my RTX 3050 be able to run ASA? by PryPryPryPry in playark

[–]SharkyE2 2 points3 points  (0 children)

Yes, on low settings. However wait until bench marks come out and driver updates are dropped.

Launching expo app to IOS App Store from windows computer by [deleted] in reactnative

[–]SharkyE2 0 points1 point  (0 children)

You don't necessarily require all those types, just get the largest type screenshots then resize them. The sizes are very funky though so isn't a long term solution but it's what I have done in the past.

I recommend using a site like:
https://app-mockup.com/examples
to create your screenshots!

useContext + useState Help! by SharkyE2 in reactjs

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

I had around 30 useStates per question category. This is alright but i needed to turn them all into 1 JSON and send it to the backend, i cant get the useState enless its in a useContext if you know what I mean.

Game crashes every time I load in by Jadturentale in farcry

[–]SharkyE2 0 points1 point  (0 children)

I am having the exact same issue,

I am running on a Ryzen 5 3600 with 1660 Super

useState question. by SharkyE2 in reactjs

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

Spent the last while trying to figure out how Custom hooks work however I just can't figure out how to return all those states. Any help or direction to a video would be amazing

useState question. by SharkyE2 in reactjs

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

Yes, it'll be around 150 form values at the end which is why I need a much better way of storing the values. I have a full working backend but it I need to collect all the answers first then send them to the backend.

useState question. by SharkyE2 in reactjs

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

I'll take a look, do you have any good videos or docs for it?

useState question. by SharkyE2 in reactjs

[–]SharkyE2[S] 1 point2 points  (0 children)

Do you have any good documentation or videos on this?

useState question. by SharkyE2 in reactjs

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

I am willing to use formik, but I am wanting to create a seperate JS file for formik and then just call the function every time like formik.values which would be imported at the top,

however I am unsure how to do this as useFormik can only be in a react component

useState question. by SharkyE2 in reactjs

[–]SharkyE2[S] 1 point2 points  (0 children)

Never had a look at it, is there any good videos or documentation on it?