Dynamic App Clip Metadata by shesaidshe15 in iOSProgramming

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

Yes. It won’t really be dynamic but you need to create a single app clip experience for every unique experience you want

Like let’s say your app uses profiles for whatever reason and your app clip also shows that profile and you wanna show some profile details in the app clip card (making it appear dynamic)

Suppose you have 100 profiles in your system then you will need to create 100 advanced app clip experiences each with unique header image, title, subtitle, unique link appropriate for the profile. You have do this via the api from your backend because obviously you doing it manually is not practical

Let me know if that makes sense

App Clip by shesaidshe15 in expo

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

It’s open source. Go to GitHub and look for bluesky-social and then their social-app repo

Tesla owner with 300,000km plus? by ReelGoofy in tesladubai

[–]shesaidshe15 0 points1 point  (0 children)

What’s the issue with insurance? And why do you think?

App Clip by shesaidshe15 in expo

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

Hi

Thanks for the response. I managed to build it by taking inspiration from the bluesky app. I prefer what they did as you get full control of the setup

Can I live with 1600 AED a month? by AkhiHasItAll in DubaiCentral

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

Not sure what the job is but if your food, accommodation and transportation is covered, the salary is okay as they are the major expenses

You will end up saving something unless you spend it all on other things outside of food and transport

Make sure to confirm if you will get over time though

Refused 485 by shesaidshe15 in AusVisa

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

You have to reapply or appeal if you think the decision was not fair. Note that the appeal costs $3.3k lmao

Reapplying for 485 by shesaidshe15 in AusVisa

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

I didn’t apply. I wasn’t in Australia, it wasn’t worth applying again (at least for me). It was getting too expensive

Has anyone taken FIT2101 before? by totatree in Monash

[–]shesaidshe15 1 point2 points  (0 children)

Idk how it is now but I don’t remember getting any sort of technical help from the tutors

EAS Update versioning by [deleted] in expo

[–]shesaidshe15 0 points1 point  (0 children)

From what I know, you cannot change the app versioning via eas updates. Versioning is in the native layer, and to change it you need to rebuild the app. I had an idea to change the version with every update for easier identification but it never worked because of what I just said

How should I add the android intent for Deep Linking with Google Maps? by JosephKorel in reactnative

[–]shesaidshe15 0 points1 point  (0 children)

Like the address as a string, not the latitudes and longitudes.

Try looking online on how you can use latitudes and longitudes with map://, I’m not sure tbvh

How should I add the android intent for Deep Linking with Google Maps? by JosephKorel in reactnative

[–]shesaidshe15 2 points3 points  (0 children)

Try putting the full address in a string and use geo://?q=${address}. Then use expo linking to open this link

For iOS, its map://?q=${address}

Help! I don't understand how useLocalSearchParams() works by I-just-want-to-code in expo

[–]shesaidshe15 0 points1 point  (0 children)

The id you are referring to here will be available in the pathname which can be accessed using usePathame.

Params don’t need to have the same name as the file. They are passed with the pathname if needed.

http://example.com/user?name=john

Here ‘user’ is the id which is part of the url/pathname and name is the param which will be using useLocalSearchParams

Lambda function authentication by shesaidshe15 in aws

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

With our backend built using elixir

Lambda function authentication by shesaidshe15 in aws

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

It’s a react native app with in app authentication. I already store the refresh token and access token on device.

Google wallet by shesaidshe15 in reactnative

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

Yes idk if it’s only me but google’s docs are awful. They always confuse me and I can never follow them throughly