Hi Guys, In this article we are going to learn How to add dynamic theme in React Native, 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…
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