Sometimes, we want to add a button in React Native. In this article, we’ll look…
Coding
Sometimes, we want to call child component function from parent component in React Native. In…
Sometimes, we want to change the React Native text input cursor color. In this article,…
Sometimes, we want to fix textAlign: ‘right’ not styling correctly with React Native. In this…
Sometimes, we want to vertically align image with resizeMode “contain” with React Native. In this…
Sometimes, we want to disable a View component in React Native. In this article, we’ll…
Sometimes, we want to capitalize first letter of text in React Native. In this article,…
Sometimes, we want to format a number to currency when using React Native. In this…
Sometimes, we want to get the index of the currently visible item in a React…
Sometimes, we want to repeat animation with React Native. In this article, we’ll look at…