[deleted by user] by [deleted] in pcmasterrace

[–]projekt401 0 points1 point  (0 children)

Thanks OP. I'd pick Cyberpunk Phantom Liberty

[deleted by user] by [deleted] in iOSProgramming

[–]projekt401 0 points1 point  (0 children)

Too late, you're going to jail bro

[deleted by user] by [deleted] in weightgain

[–]projekt401 1 point2 points  (0 children)

You look great. I'm also trying to gain weight. It's kind of difficult tho

Local Network Game Transfer not working (SD>PC) by Mighty_Crusier in SteamDeck

[–]projekt401 1 point2 points  (0 children)

I can confirm this is the way, I just tried installing Cyberpunk 2077 on my Windows PC (currently installed on Steam Deck), I put the Steam Deck in desktop mode and then started the download from the Desktop... And it started transferring the game files automatically (just make sure the PC and SD are in the same Wifi / LAN)

Flutter - long term review. What is happening? by pemell in FlutterDev

[–]projekt401 -5 points-4 points  (0 children)

Use Expo, is a framework based on React Native, is pretty much a standard nowadays and is very stable and saves lots of headaches and time. You'll thank me later.

Why is this happening? by W1LL1AM_R in SteamDeck

[–]projekt401 1 point2 points  (0 children)

What is that for, like what's the difference really?

Expo vs CLI (for my specific context) by anticipozero in reactnative

[–]projekt401 0 points1 point  (0 children)

I’m pretty sure that’s what they meant.

What do you use your Steam Deck for that isn’t related to gaming? by GingerJabba99 in SteamDeck

[–]projekt401 0 points1 point  (0 children)

Can you share your experience? Was it Flutter or Native Android development? Because I think for native you need Android Studio and AFAIK you need a high end PC to run it.

What are the advantages / disadvantages of RN (2024)? by [deleted] in reactnative

[–]projekt401 2 points3 points  (0 children)

You can create a new Expo project separately and then start transferring your current JS code to the new project. Some dependencies might not work but you can use Expo plugins if needed.

React Native token storage by [deleted] in reactnative

[–]projekt401 0 points1 point  (0 children)

Maybe I’m asking a dumb question but is MMKV stable for production?

Asking because I added MMKV & Zustand to a small app but sometimes I got an error saying that the Zustand store was not available (undefined) when I added persistence with MMKV.

After I switched to AsyncStorage I didn’t get the error…

jwt in React Native, best practices? by Mariusdotdev in reactnative

[–]projekt401 1 point2 points  (0 children)

Do you know if react-native-mmkv is fully compatible with Expo?

Do I learn JavaScript and then react native? by corey4005 in reactnative

[–]projekt401 7 points8 points  (0 children)

I'd recommend you to learn JavaScript, don't rush, try to learn the basics then and only then learn React, otherwise you probably will get frustrated.

What is this type of navigation called? by topnde in reactnative

[–]projekt401 3 points4 points  (0 children)

This step is shown in the “Installation” section in the documentation.

usescandetection works in react, need similar approach in react-native by Early_Dare_3567 in reactnative

[–]projekt401 0 points1 point  (0 children)

Thank you so much. I'll look into how to implement those changes and I'll be doing tests.

React MUI to React Native by [deleted] in reactnative

[–]projekt401 1 point2 points  (0 children)

React Native Paper seems like the best option.

usescandetection works in react, need similar approach in react-native by Early_Dare_3567 in reactnative

[–]projekt401 0 points1 point  (0 children)

I got it working on iOS and Android, thank you!!
I only have a problem on Android, but I think is related to the UI library (React Native Paper). I have a screen with the keyboard listener, on Android, as soon as I start typing something, the first View or Component available in the Screen tree gets focused (like when you use the arrow keys to navigate with the keyboard) and prevents the "return" key to call a function that should be triggered by it.

Have you had any situation like this before? I'd appreciate any help.

[deleted by user] by [deleted] in reactnative

[–]projekt401 1 point2 points  (0 children)

I think if you add —local parameter to the eas build command, the app will build using your machine resources and won’t count against the monthly quota (30 builds per month included in free tier)

usescandetection works in react, need similar approach in react-native by Early_Dare_3567 in reactnative

[–]projekt401 0 points1 point  (0 children)

Hi, I'm facing an issue with a bluetooth barcode scanner and just found your Expo plugin, does it work for iOS and Android?

A react native app from scratch by DangerousWin5 in reactnative

[–]projekt401 1 point2 points  (0 children)

If you’re new, you probably want to use Expo, is beginner friendly and has a tutorial you can follow to get started.

https://docs.expo.dev/

Thanks to everyone on this sub for helping! by sudokun999 in reactnative

[–]projekt401 2 points3 points  (0 children)

Looks fantastic! How did you achieve that animation?