React Native
It contains the basic concept of React Native.
-
May- 2020 -16 May
React Native – Get Current Date Time
The JavaScript’s inbuilt function Date().getDate() gives us the facility to retrieve Get Current Date With Month And Year in both android and iOS…
Read More » -
16 May
React Native – Global Scope Variables
There are by default two types of variables in react native, Local Variable and Global Variable. Local variables is used…
Read More » -
16 May
React Native – HTTP API Call
This post will give you an idea about how to Make HTTP Request to Fetch the Data From Web APIs in…
Read More » -
16 May
React Native – Runtime PermissionsAndroid
Android application has its own secure infrastructure to make application user feel that he is completely secure from any threat…
Read More » -
15 May
React Native – Android Back Button
When the user presses the Android hardware back button in React Native, react-navigation will pop a screen or exit the…
Read More » -
15 May
React Native – Android Fragment
In react naive there is no same component available like Fragment but using some tweak we can easily create Fragment…
Read More » -
15 May
React Native – Bottom Tab Navigation
Bottom Navigation is very useful when you have 2-3 main navigation options. It provides the user with easy access to…
Read More » -
15 May
React Native – Stack Navigation
React Native Navigation is used to navigate or go from one screen to another in the desired manner. Stack Navigator…
Read More » -
15 May
React Native – Switch Navigation
React Native Navigation is used to switch from one screen to another in the desired manner. Switch Navigator is basically…
Read More » -
15 May
React Native – Platform
When building a cross-platform app, you’ll want to re-use as much code as possible. Scenarios may arise where it makes…
Read More »