UNPKG

@rikishi/watermelondb

Version:

Build powerful React Native and React web apps that scale from hundreds to tens of thousands of records and remain fast

10 lines (6 loc) 219 B
// @flow import React from 'react' const DatabaseContext = (React.createContext(): any) const { Provider, Consumer } = DatabaseContext export { Consumer as DatabaseConsumer, Provider } export default DatabaseContext