When you search for integrating maps in React Native, you will see react-native-maps package for that. So, in this blog we will use this same package to integrate the Google maps in your React…
Programming stuff
When you search for integrating maps in React Native, you will see react-native-maps package for that. So, in this blog we will use this same package to integrate the Google maps in your React…
Slice In slice, the first argument is inclusive and second parameter is exclusive means the index provided in second parameter is not included in slicing. Note : The slice don’t change the exiting array….
Scalable Vector Graphics (SVG) is an XML based language for describing two-dimensional vector graphics. Most of the modern browsers are supporting SVG images, but using SVG in React Native app we needs to use…
State This is a data stored in a specific component. The component is responsible to update the state using the setState function means the state is changed from inside that component in which the…
The arrow function is the most popular java script feature introduced in ES6. What is arrow function in javascript ? The arrow function is also called the fat arrow function introduced with ES6 as…
React Native has released a new version 0.63 on July 6, 2020 with some of the improvements.So in this blog we will see what are the changes react native make in this new version….