Make react native expo app public from localhost - react-native

im trying to make my react native expo app public so i can show it to my college professor ,is there any way i can leave my pc open to be a server and send him a url so he can see my app ?
Thanks .

Related

How do I deploy my react native website to netlify?

I finished coding my react native website and I want to upload it to netlify so that users can use it. How do I do this? Can someone give me the steps I need to do it?

Location Trackee and Tracker Apps in React Native Expo

I am currently developing Driver App and Client App in React Native Expo using firestore. When a Driver App shares the current vehicle journey location, Connected client apps should be able to see the journey path and vehicle location.
I'm currently referring this tutorial. Tutorial
When I implement this code its showing error under navigator.
Can anyone let me know that how to develop this using React Native Expo Managed Flow.

connect to Wireguard with react native

I want to build an application using react native the UI is not that hard for me I can handle it my main problem is I can not make the application interact with the VPN configs file that I have from Wireguard
can you guys please guide me to make my react native app interacts with the phone VPN API so I can connect the configs file to it
I also want to build VPN with React NATIVE, but i Can't find proper library.
I Found this but i think old VERSION
https://www.npmjs.com/package/react-native-vpn-testing-only

How to add voice notification in react native expo app

I am creating an app which is a reminder app. It will send a notification that can speak the task which the user has assigned. I have created an entire app but am unable to add a voice notification feature in the app using react native expo. can anyone have an idea to do so?
thanks in advance

How do I create static web server in expo app?

Can I create a static web server inside an expo app? I know I can do that in react-native. I knew it from here.
But i want know about the expo managed workflow