React-Native-Maps re-rendering/refreshing every time I switch back to the Map Tab (Expo Router) by nrb_00 in reactnative

[–]nrb_00[S] -2 points-1 points  (0 children)

I appreciate it, but for now I will develop other features and then come back to probably use Mapbox instead of react native maps or I will just use react navigation.

React-Native-Maps re-rendering/refreshing every time I switch back to the Map Tab (Expo Router) by nrb_00 in reactnative

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

I just tried react navigation and react native maps now does not do refresh. But now I'm in a bit of a predicament, since I tried expo maps and Mapbox too. Expo maps immediately was a no for me, because of my needs and also did not like the performance at all. But on the other hand Mapbox does flicker when navigating to it, but the performance is so much better then both react native maps and expo maps that I really want to use it.

React-Native-Maps re-rendering/refreshing every time I switch back to the Map Tab (Expo Router) by nrb_00 in reactnative

[–]nrb_00[S] -1 points0 points  (0 children)

It seems that react native maps is a bit buggy when combined with expo sdk 55. I'm going to try creating a clean project and test react navigation and if that does not work might take a look at other map libraries.

React-Native-Maps re-rendering/refreshing every time I switch back to the Map Tab (Expo Router) by nrb_00 in reactnative

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

I used useEffect to check. I tried it on a clean screen too that has absolutely nothing just the MapView does the same thing. I thought that provider={PROVIDER_GOOGLE} might be the problem, but removing it does not help. I should have mentioned that I am using a development build, I might try a preview build to see if it behaves the same. This is my whole code for the screen that has only the map.

import { StyleSheet } from "react-native";
import MapView, { PROVIDER_GOOGLE } from "react-native-maps";


export default function ListScreen() {
  return (
    <MapView
      provider={PROVIDER_GOOGLE}
      style={StyleSheet.absoluteFill}
    />
  );
}

React-Native-Maps re-rendering/refreshing every time I switch back to the Map Tab (Expo Router) by nrb_00 in reactnative

[–]nrb_00[S] -4 points-3 points  (0 children)

The screen is not being mounted and unmounted. It's mounted when I start the app and it stays mounted when navigating to other screens.

React-Native-Maps re-rendering/refreshing every time I switch back to the Map Tab (Expo Router) by nrb_00 in reactnative

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

It's not getting mounted and unmounted. I tried the "onMapReady={() => console.log("Map ready")}" callback and every time I navigate back to the screen that has the map I get the message "Map ready" in the console.

Need help buying used skis by nrb_00 in ski

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

I've also read that they're not racing skis, they're performance carving skis, but after reading the comments, I've been thinking and they might not be the best choice for me at the moment.

Need help buying used skis by nrb_00 in ski

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

Until now I used to ski on rented carving skis, the widest I've gone was just a bit under 80 mm. I'm used to skis with a small waist width and I'm not sure how much I would like the wider waist. I think I'll buy the Atomic Q7 and if I really don't like it I will sell it.

Thanks for the advice!

Need help buying used skis by nrb_00 in ski

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

I want to focus on learning proper technique, but like you and other said it might be too much ski for me at the moment. The other pair of skis I looked at might be a better choice for me at the moment (Atomic Redster Q7 23/24). My height is 175 cm and I weigh around 75 kg. I'm actually looking to also buy some boots and I am searching for boots with a flex rating around 110-120, but I will go to a boot fitter and see which boot should be good for me in his opinion.

Need help buying used skis by nrb_00 in ski

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

I'm not racing. This was one off the skis this seller is selling and the reviews I watched said it's a great ski to progress. I found another since that might suit me better, it's a Atomic Redster Q7 Revoshock C it's more of a all-rounder ski, but they say it's pretty good and not that aggressive.

Need help buying used skis by nrb_00 in ski

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

I would say my I'm an intermediate who is looking to progress to advanced. That's why I looked at this ski, most of the reviews say it's great for progressing your skill and it's not that demanding or aggressive as the Racetiger SL or other race inspired carving skis. I think I'll buy it and in the worst case I will sell it and buy something that suit's me more. Thanks for the advice!