SQLite3 bindings for React Native

Chances are that your app is going to need a Database to store user's preferences and data. Today we're showing a binding for sqlite3 for React Native from @almost. It allows a database to be opened and for SQL queries to be run on it. react-native-sqlite on

Read more

Looped Carousel and Side menu

Here is are tow new Components, a Looped Carousel and a Side menu for React Native Looped Carousel On GitHub. Looped Carousel Side Menu On GitHub you can find two alternatives: RNSideMenu react-native-side-menu (inspired by the previous one) Side Menu

Read more

React.parts

Looking for React Native components? Make sure you check React.parts first. Update Check out the new catalog: JS.Coach React.parts

Read more

A <Video> and <Camera> Component

If you're working on your React Native app you might be happy to hear the increasing number of Elements spawning from the Open Source community. Here are two new modules. react-native-camera A camera viewport for React Native. This module is currently in the

Read more

React Native pull down to refresh ListView

Here is an interesting code snippet from James Friend that will show how to render a "pull down to refresh" ListView. Code and examples on GitHub aswell as the installable Component. Pull down to refresh

Read more