5 Open Source React Native Projects To Learn FromBest way to learn writing software is to read open source code — Every Senior Programmer.
Exploring Navigators in React NativeOne of the core components of any app, be it web or mobile, is navigation/routing. It’s the basis of how a user interacts with your app. It comes in many flavors but at it’s core a user is still navigating throughout the app.
Developing our React Native App for AndroidPart 2 of a story in which React Native became the ideal solution to build our mobile app. Read part 1 — Building 3 React Native Apps in One Summer — for more insight on the initial experience building an iOS app with React Native.
An iOS Developer on React NativeWhen I first caught wind of React Native, I thought of it as nothing more than a way for web…
React Native: What? Why? and How?I was a speaker at iOS Developer Thailand’s meetup last week and my topic is quite interesting, it’s…
Building An Image Browsing App With Realm, Imgur API, and React NativeRealm allows you to write to your app’s model layer in a safe, persisted, and fast way. Realm has a custom React Native api and fantastic documentation that can get you up and running quickly.
Future of Mobile DevelopmentI think mobile development is going to get much easier in 2–5 years.iOSApple has already decreased the barrier to entry in iOS development by introducing Swift and changing a few terms in it’s iOS developer program. Swift is…
React Native ImmutableJS ListView ExampleHow do you combine React Native ListView and Immutable JS, to provide a highly performant list view? Take a look at the example below.TL;DR// Use immutable.is() to achieve efficient change detection…