fbpixel
Displaying Video Stream from Motion on React Native

Displaying Video Stream from Motion on React Native

In this tutorial, we’ll look at how to retrieve a video stream from Motion with a React Native application. Project configuration We’ve set up a video stream with Motion on a Linux machine with address 192.168.1.92:8554 on the Wifi network. The Motion...
Displaying a Video on a React Native App

Displaying a Video on a React Native App

In this tutorial, we’ll look at how to integrate video into a React Native application. To do this, we’ll create a video stream from a computer and retrieve the video signal from the Android device. React Native project configuration To integrate a video...
Creating a navigation menu with React Native

Creating a navigation menu with React Native

In this tutorial, we’ll look at how to set up a navigation menu with different screens in React Native. To do this, we’ll use the React Navigation library N.B.: Another alternative react-native-navigation exists but does not work with my environment....