1.0.2 • Published 12 months ago

react-native-realm-size v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
12 months ago

react-native-realm-size

A React Native package to retrieve the size of the Realm database on both Android and ios.

installation

npm install react-native-realm-size

Linking

If using React Native 0.59 and below, linking

react-native link react-native-realm-size

Usage

import {getRealmDatabaseSize} from 'react-native-realm-size';

const sizeInBytes = await getRealmDatabaseSize();
console.log(`Realm database size: ${sizeInBytes} Bytes`)
1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago