npm install @ionic-native/video-player Step:3 — Play Video in IONIC 4 app with local URL and Server URL Using this plugin The first step you will need to do is Add this plugin to your app’s module Import this plugin like this import { VideoPlayer } from '@ionic-native/video-...
React Nativeis great for building mobile apps, especially if you are already familiar with React. Now you can make it even better by adding the animated SVG files that you've created with SVGator. Here's what you have to do if you want to add animations to React. First, you need tocr...
In this field, we have the safe area, which is nothing more than the useful space on the screen. By default, it already comes with the name you gave to the app when you created it and a footer 'Powered by React Native'. In this case, we will delete the footer and the app name....
React Nativeis compatible with iOS and Android, meaning you do not have to code separate projects for them. This saves you time as the developer and it makes it easier to maintain your project while making it cheaper for a business to have a mobile app. React Native makes slick and smooth...
In the previous postwe have learned how to create a CI/CD pipeline on Azure DevOps to automatically build and deploy a Windows application built with React Native. Everything worked fine but, in that scenario, I used as a sample the basic React Native...
To add new chat functionality to the app, we're going to want to encapsulate as much logic as possible in a new component. That new component can keep track of its own state and, ideally, make it easy to re-use the logic elsewhere. ...
In this guide, we will explore ways to add custom fonts in a React Native app using Google Fonts. To follow along, you should be familiar with the basics of React Native or the Expo SDK, including JSX, components (class and functional), and styling. You can also follow the GitHub repos...
Here are some of the other benefits of using subtitles in videos and why you should add a subtitle editor to your video editing toolbox.Increase EngagementAs a video creator or filmmaker, you’ll agree that having viewers tune out of your videos could be your worst nightmare. However, this...
Not all developers are aware of how useful React Native actually is. Here are some tips on how to create an audio and video recording app by using Expo development tools. In this article, Oleh Mryhlod will share some insights about the high-level capabil
That's where we'll use react-native-splash-screen.First install the package and then link it.yarn add react-native-splash-screen@3.0.6 react-native link react-native-splash-screen We then need to configure the package. From Xcode open the AppDelegat.m file....