UNPKG

@six33/h3-reactnative

Version:

React Native version of the H3 library, a hexagon-based geographic grid system

7 lines (5 loc) 196 B
const fs = require('fs'); const path = require('path'); module.exports.h3Version = function h3Version() { return fs.readFileSync(path.join(__dirname, '..', 'H3_VERSION'), 'utf-8').trim(); };