Integrating FBSDK/Facebook login in React nativeAdding Facebook login to a react native app is cool feature. We have to use “react-native-fbsdk” library . It can be a complex task …Aug 22, 20199Aug 22, 20199
Understanding “resizeMode” in React NativeThere are different options in Image “reiszeMode” (‘cover’, ‘contain’, ‘stretch’, ‘repeat’, ‘center’). It can be tricky which one to use…May 12, 20197May 12, 20197
Using refs with react-redux 6 | How to Use Refs on Connected ComponentsSome time we want to use ref on react-redux connected components . Before react-redux 6 this is how we use it .Mar 12, 20192Mar 12, 20192
Ultimate guide to use custom fonts in react nativeAdding custom fonts in react native project is very simple task with react-native link command but can be tricky if you are a new in react…Jan 12, 201935Jan 12, 201935
React Navigation 3 + Redux + Handle Android Back ButtonHandling hardware back buttonDec 25, 20182Dec 25, 20182