DB Library For Working With Data In Hybrid Apps & PWA’s

One of the difficulties with developing hybrid apps is passing data between views and persisting information between app sessions. Minimongo is an implementation of a MongoDB like database that can run within the browser. The database can be stored in memory, in IndexedDB (browser based storage), or persisted with SQLite using the Cordova plugin for…

The post DB Library For Working With Data In Hybrid Apps & PWA’s appeared first on iOS App Dev Libraries, Controls, Tutorials, Examples and Tools.

UI Component For Parallax Header Views In React Native

Parallax headers have become a common pattern for list views and other content views. React-native-parallax-header-view is an open source UI component allowing you to easily create views with a parallax header in React Native. This version is updated from the original by yohaisengu works with newer versions of React Native (15.5.0+). With React-native-parallax-header-views you can…

The post UI Component For Parallax Header Views In React Native appeared first on iOS App Dev Libraries, Controls, Tutorials, Examples and Tools.