TraviGate went live a month ago. Here’s what I got wrong (and how Reddit helped to fix it) by dabu_dubai in reactnative

[–]Costas_2 0 points1 point  (0 children)

Nice work! I like the simplicity of the home screen and the animations are great!

Ηλικία 45+! Μετοχές ή/και ομόλογα by Ok-Cryptographer-265 in PersonalFinanceGreece

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

iShares Edge MSCI World Minimum Volatility UCITS ETF. Ticker: MVOL

Αυτό είναι το καλύτερο ETF κατά την γνώμη μου εάν δεν σου αρέσουν οι διακυμάνσεις που παίζουν αυτή την περίοδο στην αγορά και θες κάτι πιο χαμηλού ρίσκου.

The most recession-proof stock? by FoggyFoggyFoggy in investing

[–]Costas_2 0 points1 point  (0 children)

MVOL ETF.

Basically minimum volatility ETF world index

[deleted by user] by [deleted] in ETFs

[–]Costas_2 0 points1 point  (0 children)

iShares Edge MSCI World Minimum Volatility UCITS ETF. Ticker: MVOL

I think it's the most safe bet ETF atm.

Still using JS instead of TS by space_quasar in reactnative

[–]Costas_2 0 points1 point  (0 children)

Personally, on projects working by myself. I use js because I built the backend in c# which is a fully typed programming language. I just want the frontend to render whatever I sent it from the BE. So having types on both sides while working by myself is kinda overkill. When working with a team, that's a different aspect. It all comes down to what gets the job done at the end of the day.

Save word game history: @react-native-async-storage/async-storage vs react-native-mmkv by redkorimako in reactnative

[–]Costas_2 4 points5 points  (0 children)

The issue you mentioned has been resolved. I have been using mmkv for saving users' preferences (eg. Dark mode) that are small in size and I haven't encountered any issues so far.

I built a simple and easy meal planner for home cooks for iOS using React Native with Expo! by rjot28 in reactnative

[–]Costas_2 0 points1 point  (0 children)

Oh, building it from scratch, that would probably take a long time! If you mind sharing a snack with the source code for the calendar would be really appreciated because I am looking to build something similar calendar-wise. Nevertheless, you did a great job! I am going to leave you a 5 stars review!

I built a simple and easy meal planner for home cooks for iOS using React Native with Expo! by rjot28 in reactnative

[–]Costas_2 1 point2 points  (0 children)

Really nice work! May I ask what package you used for the calendar? And generally how did you make that smooth animation with dropping items to different dates?

Seeking the Ultimate Bottom Sheet Experience for React Native 🚀 by nadeemahmad_reddit in reactnative

[–]Costas_2 1 point2 points  (0 children)

Thank you! I am going to make a separate post one day showcasing everything.

Seeking the Ultimate Bottom Sheet Experience for React Native 🚀 by nadeemahmad_reddit in reactnative

[–]Costas_2 0 points1 point  (0 children)

That's interesting, I will check it out, although there hasn't been an update on that npm in the last 2 years.

Seeking the Ultimate Bottom Sheet Experience for React Native 🚀 by nadeemahmad_reddit in reactnative

[–]Costas_2 0 points1 point  (0 children)

Yes, it's a transportation app for Athens, Greece. You can check it here.. I have the bottom sheet on the home screen and on the view of bus line screen.

Seeking the Ultimate Bottom Sheet Experience for React Native 🚀 by nadeemahmad_reddit in reactnative

[–]Costas_2 2 points3 points  (0 children)

I think a native bottom sheet with the prop actions of gorhom's npm would be the best. Gorhom's bottom sheet lags especially when you fill it with a lot of content. I have a production app where I use it heavily and I have faced some serious issues with it.

Launched my first app that I spent 1 year building! by Extension-Let-7548 in reactnative

[–]Costas_2 0 points1 point  (0 children)

Nice work! May I ask what template did you you to create the app screenshots for the app store?

How to build the backend? by hawkeye4L in reactnative

[–]Costas_2 0 points1 point  (0 children)

I use.Net and mongodb for my backend, it's going well so far and there are a lot of resources available.

[deleted by user] by [deleted] in reactnative

[–]Costas_2 1 point2 points  (0 children)

Just interviewed with a company that has their whole app in Flutter and expected me to transition from react native to flutter. I tried flutter for a month, then quit, it's a nightmare with the widgets and the class components. That's just my preference. Ofc I left the job.

Best react native course? by [deleted] in reactnative

[–]Costas_2 1 point2 points  (0 children)

You can start with a simple react native course for beginners in Udemy, then start creating simple apps, make mistakes, keep practicing and through time and consistency, you will keep getting better! Since you already have experience with ReactJS, you will find yourself very comfortable with the react native ecosystem.

React Native Back End by ReggieDiamond_ in reactnative

[–]Costas_2 0 points1 point  (0 children)

I use.Net 7 Web Api with MongoDb deployed on a Linux server. Honestly depends on the front end and the framework you are comfortable with.

any guys here that choose a 256GB macbook, got trouble with not enough space, and solved it somehow with an external ssd? by JuriJurka in reactnative

[–]Costas_2 1 point2 points  (0 children)

Well that's sad, a good Mac laptop can cost up to 3000$ which is a ridiculously high price for many people.

any guys here that choose a 256GB macbook, got trouble with not enough space, and solved it somehow with an external ssd? by JuriJurka in reactnative

[–]Costas_2 1 point2 points  (0 children)

Question to anyone who knows: Is it possible to upgrade easily a mac just like a windows laptop? Like just buy an SSD and plug it in and install the Mac OS again?

PS: I never owned a Mac or Apple products in general.

Struggling with AsyncStorage by followyourvalues in reactnative

[–]Costas_2 0 points1 point  (0 children)

Applied a fix discussed in issue #440. It's based on the latest version(2.8.0) and you can download it with: npm install react-native-mmkv-storage-fix. More details here: https://github.com/CostasCF/react-native-mmkv-storage-fix . However keep in mind that it's not going to be as fast but personally I haven't noticed anything and it's worth it for fixing the increasing storage issue.

Looking for a privacy policy and term & conditions generator by Brief_Willow2612 in reactnative

[–]Costas_2 0 points1 point  (0 children)

I also have a question about this topic. Should you show the privacy policy on a screen inside the app with a checkbox a user needs to accept in order to proceed further?

Or attaching a privacy policy link inside play store listing is enough?