Wednesday, 2 July 2025

CMD expo

 › Metro waiting on exp://192.168.29.209:8081

› Scan the QR code above with Expo Go (Android) or the Camera app (iOS)


› Using Expo Go

› Press s │ switch to development build


› Press a │ open Android

› Press w │ open web


› Press j │ open debugger

› Press r │ reload app

› Press m │ toggle menu

› Press o │ open project code in your editor


› Press ? │ show all commands

No comments:

Post a Comment

remove duplicates in an sorted array

  using System; public class HelloWorld {          public static void Main(string[] args)     {         int[] ar={2,2,3,3,4,6,6};          C...