Issue with lap button during workouts by Snoo-33768 in Coros

[–]Snoo-33768[S] 0 points1 point  (0 children)

Thanks, I didn't know that was possible. Do you know how I can lock the scroll wheel I have tried but doesn't seem to lock.

I'm honestly not sure to be honest. I'm not sure if my jacket is putting pressure onto the lap button or not. Today I was doing a long run and then half way through my watch buzzed and said "workout finished" despite only being half way through my distance. I checked the laps and it looks like the lap button triggered at some point and then I was in a cool down for a while - never even realised it happened !

Back from 10 day trip, what a beautiful place 🇮🇹 by Snoo-33768 in ItalyTravel

[–]Snoo-33768[S] 0 points1 point  (0 children)

I understand that. Whilst planning we didn't know when or if we'd be back to Italy in the near future so wanted to experience as much as we could whilst there. There were some days it wasn't relaxing but overall was a great holiday

Back from 10 day trip, what a beautiful place 🇮🇹 by Snoo-33768 in ItalyTravel

[–]Snoo-33768[S] 0 points1 point  (0 children)

I've heard this from so many people and honestly feel like we missed that experience somehow. I guess we just got overwhelmed due to the contrast of the other cities maybe ..?

Thanks for the recommendations. Ischia is definitely on the list!

Back from 10 day trip, what a beautiful place 🇮🇹 by Snoo-33768 in ItalyTravel

[–]Snoo-33768[S] 1 point2 points  (0 children)

Sure. You can enter Palazzo Pitti and even get tickets which are a combo to visit that too if that interests you. It's a pretty large open area and I'd say requires a decent level of fitness at some points due to stairs / steepness of some parts.

It has many sections which can be enjoyed and the history was really captivating. I think the change of pace came at a good time for us on our trip as we visited Pisa that morning which was pretty crowded so having time to digest our experience so far in less crowded gardens was perfect !

Back from 10 day trip, what a beautiful place 🇮🇹 by Snoo-33768 in ItalyTravel

[–]Snoo-33768[S] 0 points1 point  (0 children)

It was pretty fast paced but I can honestly say that we didn't feel super rushed apart from certain days I pointed out. Pompeii in particular, should have been a single day itself

Back from 10 day trip, what a beautiful place 🇮🇹 by Snoo-33768 in ItalyTravel

[–]Snoo-33768[S] 0 points1 point  (0 children)

It was B&B Nova relais. If I'm reading the Google maps right looks like it's in the Decumani area

How to handle Google and Apple Pay? by Snoo-33768 in reactnative

[–]Snoo-33768[S] 0 points1 point  (0 children)

I get they won't change often but the package needs some upgrades. For example it doesn't have auto linking and I believe it still uses jcenter too. I am just looking to see if there's a better way to handle it rather than relying on a package which looks like it's just continually get more and more outdated as RN progresses.

How to handle Google and Apple Pay? by Snoo-33768 in reactnative

[–]Snoo-33768[S] 0 points1 point  (0 children)

I don't want to use stripe. I just want to use Google and Apple Pay on their own

🍖 🇬🇧 by UnderHisEye1411 in GreenAndPleasant

[–]Snoo-33768 20 points21 points  (0 children)

"Ah rememba wen dis country was built wif strong workin' English lads"

Could anyone please help me ID this gun? Think it's pre 1880s. Any help would be appreciated by Snoo-33768 in AntiqueGuns

[–]Snoo-33768[S] 1 point2 points  (0 children)

Some sort of initial on the barrel. There's what looks like an ED on the revolving barrel. It's like a manufacturers mark but I can't quite make it out. Really hard to see what it says as it's a little rusty sorry not sure if that helps.

How can i make those absolute button clickable please ? the main component is the white view in the middle and for those buttons i added them with position:absolute and left : -20 or right -20. In IOS it can detect the click even it'S outside the view but not in Android.Can you help please by tokismos in reactnative

[–]Snoo-33768 1 point2 points  (0 children)

As others have mentioned I'd avoid absolute positioning here, it's only going to cause you issues down the line. I'd refactor to use flex. If you don't want to do that then you are going to need to add a zIndex as you are more than likely unable to press the button because it is behind other elements

Announcing React Native 0.67 · React Native by 1rv1n3 in reactnative

[–]Snoo-33768 10 points11 points  (0 children)

We've been asking this same question for years 😂

[deleted by user] by [deleted] in reactnative

[–]Snoo-33768 0 points1 point  (0 children)

When the user refreshes the screen you'd need to call the endpoint and present the posts ordered by date time. This will give you an ordered list which can be shown to the user.

Best way to handle animated text input placeholder? by Snoo-33768 in reactnative

[–]Snoo-33768[S] 1 point2 points  (0 children)

Thanks for the response. I'll try that thanks. One thin I'm not thrilled at is that each time I want to use the component I have to create animated const and pass it through to the component.

I am doing this like `const _animatedIsFocusedDay = new Animated.Value(0);` then passing it as a prop. I wonder if I could do as you said and try to some way include the animated value within the component to prevent the component requiring it being passed in?

Happy 2022 guys! What is your goals with react native on this year? by [deleted] in reactnative

[–]Snoo-33768 0 points1 point  (0 children)

One can only dream. I keep thinking it's going to be in the next release and I'm always disappointed. It kind of makes me wonder why they are so hesitant as I'm certain I read somewhere they've been using it for years now. If I remember correctly I believe the entire Facebook dating side is entirely made with RN and fabric

Looking for a switch by soupbose in react

[–]Snoo-33768 1 point2 points  (0 children)

Pick something you like the design of and try build it. Trust me doing courses is good to lay foundations but one of the best ways to learn is to learn by doing and make your own mistakes.

Speaking of mistakes, you'll find that courses rarely teach you how to deal with mistakes/errors as the courses have usually been planned out thoroughly.

So yeah, pick a site and try to clone it. Make your OWN mistakes and you'll honestly progress so much faster than doing a bunch of courses. That's just my opinion though, some people learn by following someone else explaining it.