React Native Tutorial Environment Setup

This Article Part of React Native Tutorial Series want to start from scratch follow below link
when you want to quickly setup follow expo cli but for a large project, I recommend using react native cli.
Table of content
- Setup Expo
- Install Node JS
- Expo CLI
- Create React Native Project
- Run Expo Project
- Running your react-native on your Android or iOS devices
Access Tutorial on Infinitbility platform
Thanks for reading…
Example of select and upload video & image in react native

Table of content
1. Create React native application
2. Install react native image picker
3. implement select video from the user library
4. upload a video using fetch
5. complete Example to select & upload video in react native
Complete Documentation on below article
Thanks For Reading…
React Native Tutorial

React Native is an open-source mobile application framework created by Facebook, Inc. It is used to develop applications for Android, Android TV, iOS, macOS, tvOS, Web, Windows, and UWP by enabling developers to use React’s framework along with native platform capabilities.
This Article Part of React Native Tutorial Series want to start from scratch follow the below link
Table Of Content
- What is react native?
- Prerequisites
- History of React Native
- Why use React Native?
- Advantages React Native
- Disadvantages Of React Native
Thanks For Reading…
Find an item without using loops in array
Hello Friends,
I am Shani, and we are going to discuss today's topic “How to find and specific item on an array without loops in javascript and PHP.”
Original Post on infinitbility platform

Let’s begins with Javascript
JavaScript
Javascript provides indexOf function to find value from an array
Understand with an example
PHP
Similarly, Php provides in_array function to find value from an array
Understand with an example
If you want to say thank you then please follow my publication and subscribe newsletter…