Hi Guys, Now days mobile application need to have dynamically change style as per requirement. to implement this we’ll have to implement context api to share between parent to child. We can pass style as well as function through context API. so let’s understand with an example. 1. Create base…
Read MoreTag: React-native style
React-native basics Text, Textinput with Styles
Beginner React-native
In this article, we learn React-native basics Text, Textinput with styles like Flex, JustifyContent, aliginItems, that will help you to create basics UI with proper alignment, before this, you must install react-native successfully so I request you to go through this tutorial Overview: React-native Text React-native Textinput 1. React-native create project…
Read More