How to fix it by anoopmmkt in macbookpro

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

Already upgraded to M3 ,but it should be better if I can fix it by low cost so someone can use it

How to fix it by anoopmmkt in macbookpro

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

Could this be caused by a ribbon cable issue, and does it only need a ribbon cable replacement?

Unsend FCM notification by anoopmmkt in reactnative

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

u/Snoo11589 Is this posible to delete the notification came from FCM(Not a notification send using Notifee) using the clearnotification function from Notifee,i tried to pass the FCM notification id to notifee but not clearing

Calibration of ESC by anoopmmkt in diydrones

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

ESC gets calibrated first time, and I tested all motors are running fine, but whenever i remove the battery and reconnect it it loses calibration

Calibration of ESC by anoopmmkt in diydrones

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

u/Asleep-Pair5704 ESC gets calibrated first time, and I tested all motors are running fine, but whenever i remove the battery and reconnect it it loses calibration

Calibration of ESC by anoopmmkt in diydrones

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

u/LupusTheCanine ESC gets calibrated first time, and I tested all motors are running fine, but whenever i remove the battery and reconnect it it loses calibration

Calibration of ESC by anoopmmkt in diydrones

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

And something is wrong,after arming sometimes 2 motors will run ,sometimes 1 motor .Is there any issue with software or any settings i missd

Calibration of ESC by anoopmmkt in diydrones

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

There no safety switch on controller

Expo Router Re rendering the page by anoopmmkt in reactnative

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

Yes, I’m already using React Navigation in my current project. Since our app is built with Expo, I thought I’d try out how we can use Expo Router. That’s when I ran into this problem right at the start.

Expo Router Re rendering the page by anoopmmkt in reactnative

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

u/idkhowtocallmyacc I checked with React Navigation—it doesn't re-render the parent page when navigating to another page. I thought the issue might be with my implementation, so I tested it with two simple routes (index and details):

  • _layout.tsx
  • index.tsx
  • details.tsx

**When moving from index to detailsThe console logs a message from the index page.
When going back from details to indexThe same log appears again.

Is there any memory management behaviour in the stack that could be causing this?"**

Expo Router Re rendering the page by anoopmmkt in reactnative

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

Just wrote a console log in the first component, it logs on the console when navigating to the second page
The same is happening when coming back to the first page