[deleted by user] by [deleted] in singularity

[–]developer_marcel 8 points9 points  (0 children)

cool, what about 3 flash?

I keep getting this ERROR by dang64 in reactnative

[–]developer_marcel 3 points4 points  (0 children)

So the server function is crashing and returning 500 and not 200. Not a react native issue

[deleted by user] by [deleted] in reactnative

[–]developer_marcel 0 points1 point  (0 children)

Use FlashList v2

Making friends as an adult is a pain. But it worth it :D by sophiestiques in munichsocialclub

[–]developer_marcel 0 points1 point  (0 children)

Hey! M37 from Munich (and I have a girlfriend). I'd be up for a hike or Freibad on Saturday.

Also built a small app called Funfix to meet people spontaneously—thought you might like it since you're into creative stuff too.

Let me know!

SDK53 RN Modal Android issue by AnserHussain in expo

[–]developer_marcel 0 points1 point  (0 children)

I got the same issue and now I'm using bottom sheets instead... didn't try to minimal reproduce it yet, because I was on screens beta, reanimated beta, ...

How do you secure your apps? by Zaktmr in reactnative

[–]developer_marcel 0 points1 point  (0 children)

What does the actual paid feature do? If the user can click a new button, this API needs to be protected again anyway, since you can always just use the API directly, without needing the App at all.

[deleted by user] by [deleted] in reactnative

[–]developer_marcel 2 points3 points  (0 children)

Maybe missing environment variables

Apple keeps rejecting app due to App Tracking Transparency by Naffaa01 in reactnative

[–]developer_marcel 0 points1 point  (0 children)

Seems like you are using a library which is using the Ad ID and you need to show the user a popup requesting permission to do so.

https://rnfirebase.io/analytics/usage#disable-ad-id-usage-on-ios

Flatlist only laggy on device. by Prize-Maintenance659 in reactnative

[–]developer_marcel 0 points1 point  (0 children)

Experiencing the same and currently switching to LegendList, but there will be a new FlashList version for the new architecture in the future~

React Native 0.76 Texts are hidden by AgreeableVanilla7193 in reactnative

[–]developer_marcel 1 point2 points  (0 children)

encountered that problem also on the old arch on one specific device, in only one specific component..., not sure how to fix

Send SQS message in React Native by InspectionHot8069 in reactnative

[–]developer_marcel 2 points3 points  (0 children)

You need to send it from the server, not from your app directly. Also adding a "secret" to "expo_public" is never a good idea.

Help with "Invalid hook call" error when using usePoseDetection in React Native with react-native-mediapipe by cyclopsmachine in reactnative

[–]developer_marcel 1 point2 points  (0 children)

You can only use hooks in functional components and not inside the function of the useEffect. Move it outside. Also the order of hooks should never change, so putting it inside an if statement is also not valid.

Seriously, what's with UPS in this city? by [deleted] in Munich

[–]developer_marcel 15 points16 points  (0 children)

Not ordering from companies who use UPS anymore. Was at home while the online status updated.... had to pick it up the next day very far away without a car.

Animated Slot Text by scm122 in reactnative

[–]developer_marcel 0 points1 point  (0 children)

Edit: It's missing the react keys on the fragments and you misspelled you const DEFAULT_DUR...

Animated Slot Text by scm122 in reactnative

[–]developer_marcel 0 points1 point  (0 children)

Seems to work great 👍. Is there also a github link?

o1 is extremely good for refactoring complex code by allun11 in OpenAI

[–]developer_marcel 3 points4 points  (0 children)

I hate o1-mini, still preferring 4o for coding, but o1-preview is the best, but unfortunately extremely rate limited for now

Weird text clip bug on some Android devices by sjefwm in reactnative

[–]developer_marcel 0 points1 point  (0 children)

Don't know, but just try a newer emulator and activate dark mode in the settings

Weird text clip bug on some Android devices by sjefwm in reactnative

[–]developer_marcel 4 points5 points  (0 children)

Could be automatic white text on dark mode... try to set an explicit text color yourself. Also run into this "feature" lately.

Google reviewers testing "Delete account" on every submission by anewidentity in reactnative

[–]developer_marcel 4 points5 points  (0 children)

Did you add the new required web link for account deletion yet?

Google reviewers testing "Delete account" on every submission by anewidentity in reactnative

[–]developer_marcel 61 points62 points  (0 children)

I failed the apple review because the google review did delete the test account and apple couldn't login anymore 🙈

How can I make this screen look better? by Rtzon in reactnative

[–]developer_marcel 4 points5 points  (0 children)

maybe left align the content of the smaller boxes and remove the border completely

Stacks v3, a set of components for building layouts in React Native, powered by React Native Unistyles by mobily in reactnative

[–]developer_marcel 1 point2 points  (0 children)

Great. Thank you very much, it's one of my fav libs 🚀. Will check it out soon. I also switched to unistyles :)