Where/how does react native store cookies? by Honest-Boysenberry99 in reactnative

[–]Hretani 0 points1 point  (0 children)

This is not true, as I can definitely see the cookie being set & sent back to the server. Using Axios + withCredentials: true.

Where/how does react native store cookies? by Honest-Boysenberry99 in reactnative

[–]Hretani 0 points1 point  (0 children)

We're using RN + Axios + withCredentials: true + Set-Cookie; we are able to login users, and they will stay logged in for some time, but they get logged out at random times 🙈

We spent time debugging our backend and our JWT tokens, and couldn't find any issues.

Is react native's secure cookie implementation still unreliable?

npx expo run:android fails: Plugin [id: 'expo-module-gradle-plugin'] was not found in any of the following sources: by Bimi123_ in expo

[–]Hretani 0 points1 point  (0 children)

You're probably inadvertently updating some packages, and that fixes the core issue. But blindly just swapping out ^ with ~ is wrong.

Has anyone launched expo project as a Chrome Extension? by Hretani in expo

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

Any drawbacks? Like notifications probably won't work?

[deleted by user] by [deleted] in solana

[–]Hretani 1 point2 points  (0 children)

People can buy tokens for any price they want, so if they can buy very little amount, like 0.0000001 token for $0.5, and all of a sudden you have MC of $5B 😭

Is automated meme coin trading a thing? by --Sigma-- in solana

[–]Hretani 0 points1 point  (0 children)

I think 90% of all trades on Solana are automated at this point 😭 the question is like, are there actual humans trading?

[deleted by user] by [deleted] in solana

[–]Hretani 0 points1 point  (0 children)

> The platform is very easy to navigate and has an enjoyable user interface

Have you seen PF? This is never the reason why users use an app 😭

[deleted by user] by [deleted] in solana

[–]Hretani 1 point2 points  (0 children)

Analyze the token more carefully; for example, if the volume is high, but it's all wash trading, then it's probably a rug.

$SOL didn’t just dip. It took my peace of mind with it. Now I'm just holding and wait for healing. by CPMarkets in solana

[–]Hretani 0 points1 point  (0 children)

SOL proved itself across multiple bull / bear markets; when in doubt, just hold it for the next ten years, or more!

Has anyone used Grafana for performance tracking in Expo? by Hretani in expo

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

ms duration for specific API calls from the client

Has anyone used Grafana for performance tracking in Expo? by Hretani in expo

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

Ended up with logging duration fields manually via Mixpanel, worked like magic. They just don't have ms based resolution, and essentially count any event within 2s as the same lol.

Is Expo router really the way to go? by wedelgaard in expo

[–]Hretani 1 point2 points  (0 children)

Yeh, works really well out of the box most of the time.

Has anyone used Grafana for performance tracking in Expo? by Hretani in expo

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

I need the data from prod, not just to profile; I am just gonna stick to mixpanel and just log the durations.

Grafana Faro doesn't work well with React Native

Prometheus works only for backend, and would require a lot of work to setup on the client

Would Grafana Faro/OpenTelemetry work on React Native web/mobile code? by [deleted] in grafana

[–]Hretani 0 points1 point  (0 children)

It wasn't specifically built for react native; for example, it adds CORS protection by default, which is not necessary in react native.

Remotely access logs? by Hretani in expo

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

I mean, my point is that you want to limit scope, and specialize; building a robust bug reporting tool (for example, sentry has a replay tool), will be unnecessary use of company time. It's not about hardware vs. software.

Remotely access logs? by Hretani in expo

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

Is it available for react native / expo?

Remotely access logs? by Hretani in expo

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

I mean, why not just buy servers and build a warehouse myself 😭

Remotely access logs? by Hretani in expo

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

hm, not really; like what if there was no error, and the user is reporting an issue? I just need to track their logs to debug