React Native Solve Warning componentwillmount is Deprecated and will be Removed in the Next Major Version

React Native life cycle methods is in updating process and since the updation is began we all have seen 2 Errors on our newly created react native applications while using componentDidMount(), componentWillReceiveProps() and componentWillMount() inbuilt methods of react’s. This error is very irritating and makes your application look awkward. So after finding a lot on react’s […]

CONTRIBUTE YOUR KNOWLEDGE, WORK & CODE

Message From Founder of ReactNativeCode.com :  Hello Guys, First of all “THANK YOU VERY MUCH” for becoming a part of ReactNativeCode and help us to growing. I had a big dream to make a website for react native developers which helps them to learn new thing in react native for both Android and iOS applications. […]

React Native Horizontal ProgressBar Android iOS Example Tutorial

Horizontal progress bar is used to show progress within a fix block with auto filled functionality. Horizontal ProgressBar is mostly used to show downloading progress and uploading progress in react native applications. In react native Both android and iOS devices supports different type of components to display Horizontal ProgressBar. ProgressBarAndroid is used in android devices to […]

React Native Change Activity Actionbar Header Background Color in Android iOS Example Tutorial

Every activity in react native has its own static navigationOptions method used to style the header of Title Bar. This method has many sub properties and one of them is headerStyle{} used to set background color of Action Bar header. The headerStyle{} has a property named as backgroundColor used to Change Activity Actionbar Header Background Color in Android iOS Example […]