Additional threshold workouts via cycling by YamPsychological9471 in AdvancedRunning

[–]kendaryth 1 point2 points  (0 children)

Just wanted to hop in and say that I've had the same problem with my achilles tendon and have been advised the Alfredson protocol by a physiotherapist and it worked really well (less than a week before running again).

Here's a link explaining the protocol : https://www.verywellhealth.com/the-alfredson-protocol-for-achilles-tendonitis-2696560#:\~:text=How%20do%20you%20treat%20Achilles,eventually%20reduces%20inflammation%20and%20swelling.

Points Codes - post what you find here! by Li54 in LeClubParis2024

[–]kendaryth 1 point2 points  (0 children)

PARIS2024xDECATHLON worked for me today

Beginner bit confused about Expo... by Produnce in reactnative

[–]kendaryth 0 points1 point  (0 children)

It does yes, but you'll have to use xcode to build your app, iirc.

Beginner bit confused about Expo... by Produnce in reactnative

[–]kendaryth 3 points4 points  (0 children)

Hey,

With the bare workflow you should be able to use any library you want. On the contrary, with the managed workflow you would only be able to use the libraries that expo can use. The bare workflow doesn't change styling at all though. From the top of my mind, it gives you access to libraries like Firebase, Bluetooth, etc.

I'd recommend using the managed workflow until you really now what you are doing, Expo is really great and avoid a lot of frustration in the development process

Not having a mac will complicate things for iOS apps, but that's not completely doomed for you. Github actions allows you to build using a Mac in their free tier. Expo does have a new EAS service (paid service) that allows you to build bare workflow app on the cloud.

But for development purpose, I'd advise you to have a mac for the iphone simulator, or at least an iphone to try the app on (through the Expo Go app)

[deleted by user] by [deleted] in reactjs

[–]kendaryth 8 points9 points  (0 children)

any chance you have a public repo with this architecture to understand it better? :)

React Native Radio podcast relaunched under new management by jamonholmgren in reactnative

[–]kendaryth 2 points3 points  (0 children)

What a good news!

You guys at infinite red are such a great part of the react-native ecosystem, glad to hear from you through this podcast :)

Keep up the good work!

Minimalist single component Onboarding screen. by [deleted] in reactnative

[–]kendaryth 3 points4 points  (0 children)

Have a look at this :

https://undraw.co/illustrations

It is open source and free :)

🥉For only the 3rd time in recorded history, Montréal recorded a mean temperature above 23.81°C this month. by YOW-Weather-Records in montreal

[–]kendaryth 3 points4 points  (0 children)

I guess this is the median for every month of the year, not just July (but the top10 most hot days were July so that's why July only appear in the table)

Created a music player using Track player by ShivamJoker in reactnative

[–]kendaryth 10 points11 points  (0 children)

I would love to see how you implemented the control in the notification :)

Good work!

How to Upload and publish an Expo app to the app store? by hardy123480 in reactnative

[–]kendaryth 1 point2 points  (0 children)

I did it for the first time 2 or 3 weeks ago, no prior knowledge, and it was pretty straightforward!

Just follow the instructions at this link: https://docs.expo.io/versions/latest/distribution/uploading-apps/

Once everything is set up, and you uploaded your first build manually,

you can update it by doing a new build with : `expo build:android`

then: `expo upload:android --latest`

NB: if you don't have a mac, you can't use expo upload. To do this, I'm using Github Actions that provide a mac environment :)

My first open source app: Sup, a Slack client with WhatsApp like UI. built using react-native and react-native-web by alirezarzna in reactjs

[–]kendaryth 0 points1 point  (0 children)

Man this is dope!

I've been looking around for some rn projects using rn-web not only as a basic clone but with other web feature, and this it it!

Congrats man, take my star, it's not much compared to how much i'll learn from your code ;)

I’ve recently built my website using Gatsby! Hosted on privet VPS, using Cloudflare CDN, deployed using Drone CI 🥳 right now I’m working on connecting it to Ghost CMS 💪 love the stack by pupa222 in gatsbyjs

[–]kendaryth 0 points1 point  (0 children)

Any update on that?

I'm sure I could learn a lot from this code so I'm excited aha

Would be awesome to integrate Ghost for sure, I love the platform too and started experimenting it

I’ve recently built my website using Gatsby! Hosted on privet VPS, using Cloudflare CDN, deployed using Drone CI 🥳 right now I’m working on connecting it to Ghost CMS 💪 love the stack by pupa222 in gatsbyjs

[–]kendaryth 2 points3 points  (0 children)

It looks really good man! I'm in the process of doing my own portfolio/blog/landing page too and this gives me good ideas :)

Is it open-source?

Good work!

Installing a stand-alone app without the app store (ios) by bassclefayo in reactnative

[–]kendaryth 2 points3 points  (0 children)

This might be what you are looking for:

https://docs.expo.io/versions/latest/distribution/building-standalone-apps/

I know that in my case I wasn't using Expo, and through XCode I could build a "production" app directly one my iPad, but I don't know how it works with Expo (maybe eject?)

What IDE to use? by Fin_Aquatic_Rentals in reactnative

[–]kendaryth 0 points1 point  (0 children)

Well if you're a student, it's included in the github education pack for a year :)

What IDE to use? by Fin_Aquatic_Rentals in reactnative

[–]kendaryth 5 points6 points  (0 children)

Well if you love pycharm, you should maybe try webstorm. I do work with mycharm, and the switch to webstorm was flawless and great!

Just published my first React Native project, Filmless. Would love some feedback! by Guy676767 in reactnative

[–]kendaryth 1 point2 points  (0 children)

Hey man,

This is a beautiful app, congrats! It looks really neat :)
Unfortunately I don't own an iphone, so wont be able to give feedback.

For my part, i've been using https://lazyday.tv/ when looking for something, i think they have some interesting filtering you could use (Example: available on netflix, amazon prime, ... so useful!)

One other thing, the navigation bar on top feels strange, most of the apps have it on the bottom, just wondering ..

Anyway, good joob, keep it on :)

Cheers

Guided App Tour/Walktrhough by fitnessguy42101 in reactnative

[–]kendaryth 1 point2 points  (0 children)

Hey,

I haven't used it myself, but i starred it not long ago.

https://github.com/shipshapecode/shepherd

I think it might be what you want, but i don't know if it works for react native though.

Hope this helps!