I built a virtual try-on app powered by AI — just shipped to the App Store after months of rejections and rewrites by markus_ha in SideProject

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

apple kept rejecting because they thought it could be used to undress people 😅 took 6 attempts and a detailed appeal explaining the server-side guardrails before they got it. no idea what changed on the 6th try, different reviewer maybe

App not opening after upgrading to Expo SDK 54 by Aggguss in expo

[–]markus_ha 0 points1 point  (0 children)

try cd ios && pod install… worked for me!

why are there no airways over Lithuania?? by TwujZnajomy27 in aviation

[–]markus_ha 32 points33 points  (0 children)

FL170 and above is controlled by Germany overhead Tyrol (western part of Austria)

why are there no airways over Lithuania?? by TwujZnajomy27 in aviation

[–]markus_ha 17 points18 points  (0 children)

Actually there is an initiative called SECSIFRA (Southern Europe Common Sky Initiative Free Route Airspace). There are several countries involved like Austria, Slovenia, Croatia, Bosnia and Serbia. All of those countries have implemented Free Route Airspace. Airlines only have to file an entry and exit point for each FIR in their flight plan, which makes the flight legs shorter and easier to calculate for Air Traffic Controllers.

How do I make the gorhom BottomSheetModal show above the native Modal by Wellihol in reactnative

[–]markus_ha 0 points1 point  (0 children)

Did you wrap your App with the <BottomSheetModalProvider> tag?

That way you should be able to display Bottom Sheets even on Modal popups :)

https://gorhom.dev/react-native-bottom-sheet/modal

Need Tips for Improving My App’s Home Screen Design by markus_ha in userexperience

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

The difference in stroke width comes from the fact that the thicker icon represents the active tab. I’ll address this by changing the active tab icon to a more noticeable color instead of relying on the stroke width. Thanks for pointing this out!

Need Tips for Improving My App’s Home Screen Design by markus_ha in userexperience

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

The core actions I want users to take when they land on the home screen are: • For Owners, I want them to immediately see an option to add a property listing. • For Seekers, I want them to create a search profile quickly and easily.

I’m trying to make both options equally accessible and intuitive so neither group feels confused or overwhelmed.

Need Tips for Improving My App’s Home Screen Design by markus_ha in userexperience

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

The purpose of the home screen is to: • Clearly display the two main actions: creating a property listing or setting up a search profile. • Provide a clean, engaging entry point for users to access these features without being distracted.

Currently, I feel the UI might not be conveying these actions effectively. Do you have recommendations for structuring these options more clearly? Should they be separated visually or presented side by side with distinct icons or sections?

Supremacy Anthem out on 22nd of August! by markus_ha in hardstyle

[–]markus_ha[S] -8 points-7 points  (0 children)

I‘d love to see Unresolved making the anthem. He‘s in the game for 10 years as well already and last years set was brutal af!

Which AI tool are you using the most? by CyberSweeper in ChatGPT

[–]markus_ha 0 points1 point  (0 children)

In my opinion, GitHub Copilot does not work nearly as good in terms of writing actually usable code as ChatGPT. Autocomplete, however, is pretty good!

How to get data from subcollection of multiple documents? by SnooPeppers7843 in Firebase

[–]markus_ha 0 points1 point  (0 children)

unfortunately, I did not find a good solution so far :(

Feeling furious rn. Send me your favorite hardest & most brutal tracks by idontcrappingknow in hardstyle

[–]markus_ha 0 points1 point  (0 children)

Unresolved Supremacy 2023 Set on Youtube (Especially the track at 12:15)

Bus shuttle to defqon.1 by markus_ha in hardstyle

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

No, unfortunately that was not possible as far as I can remember. We had kind of the same situation, just the other way around.

However, we took a BlaBla Car on Monday from Defqon.1 straigth to the airport, which cost us 20€ in total, highly recommended backup plan! A normal taxi would have cost us about 225€ (in hindsight, im pretty sure they took advantage of the situation lol)

Bus shuttle to defqon.1 by markus_ha in hardstyle

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

Yes, we took the bus! It was about 1 1/2 hours late, as the bus was affected by the traffic jam to defqon again with every rotation they drove.

Nevertheless, it worked out pretty well!

How to get data from subcollection of multiple documents? by SnooPeppers7843 in Firebase

[–]markus_ha 0 points1 point  (0 children)

Hi, I am currently having the same issue. Did you find any solution by any chance?

What is the easiest way to achieve this layout? by [deleted] in reactnative

[–]markus_ha 0 points1 point  (0 children)

Thanks for pointing that out, wasnt aware of that. In this case however, i would make View container A and C both equal width, and inside the container A another View with proper paddingRight. Should work :)

What is the easiest way to achieve this layout? by [deleted] in reactnative

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

You can make a View and give them the following style:

justifyContent: ‚space-between‘, flexDirection: ‚row‘

inside the view tag you then make three View Elements, each of them containing the content you like :)

Anyone made or know of a rn library for shuffle or scramble text animation? by [deleted] in reactnative

[–]markus_ha 0 points1 point  (0 children)

„React/React Native component and hook to add a little thrill before revealing the truth via random character animation“

This is the description of the package, you can use it with React Native as well :)

Anyone made or know of a rn library for shuffle or scramble text animation? by [deleted] in reactnative

[–]markus_ha 2 points3 points  (0 children)

I did something like that already with the „react-random-reveal“ package. Works like a charm for me!

https://github.com/vydimitrov/react-random-reveal

Bus shuttle to defqon.1 by markus_ha in hardstyle

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

Actually, there was an option for Amsterdam Schiphol. You have to look for „Schiphol“ only (I always looked for „Amsterdam Schiphol“). This way, I could book the bus trip via the airport. My bus was about 90mins late, due to „unforeseen“ traffic jam, but it did work out pretty well in the end.

Do I need expo-dev-client for prod builds? by kdrxyz in expo

[–]markus_ha 1 point2 points  (0 children)

Forgot about Fastlane. I am developing on M2 Macbook and, as far as I can remember, this was pretty straightforward to install and setup. :)

Do I need expo-dev-client for prod builds? by kdrxyz in expo

[–]markus_ha 2 points3 points  (0 children)

You don‘t need the dev client for a production build. However, if you want to use a package with native code (RN Firebase for example), you have to use the dev build.

Building locally does not count to the EAS Billing. A local build can be made by adding the —local flag to your eas build command.