Archive
Share

React Native – creating infinite scroll listview

By w s / July 29, 2017

Thanks to Facebook wall, Twitter, and other apps, we are getting very comfortable with infinite scrolls. With react native, we can easily replicate this in a mobile application. What we are building In this tutorial, we will build a list view with react native that supports infinite scroll. We will use Reddit API as our […]

Share

5 Resources to learn react native in 2017

By w s / July 19, 2017

With so many resources to learn react native, it is very difficult to single out the good courses apart from the average ones. To help learning react native in a structured manner, here’s a list of some of the best resources you can find to learn react native today. 1. Getting started in react native […]

Share

CocoaPods with React Native [iOS]

By w s / July 7, 2017

For mobile apps development in iOS, CocoaPods has become an accepted dependency manager. Some of highly used library have their packages available in CocoaPods. React native comes without CocoaPods built into their installation. Not to worry though, getting CocoaPods into your react native project is really straightforward! Let’s go through the process of adding Fabric for iOS using […]