UNPKG

@nozbe/watermelondb

Version:

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

12 lines (9 loc) 319 B
// @flow /** * * DEPRECATED. Change imports to `@nozbe/watermelondb/react` instead. * */ export { default as withDatabase } from '../react/withDatabase' export { default as DatabaseContext, DatabaseConsumer } from '../react/DatabaseContext' export { default as DatabaseProvider } from '../react/DatabaseProvider'