UNPKG

@regulaforensics/idv

Version:

This is an npm module for Regula IDV, which unifies access to all Regula products. This plugin makes possible to use it with react-native, cordova and capacitor applications. Supports Android and iOS.

8 lines (7 loc) 247 B
const config = require('expo/metro-config').getDefaultConfig(__dirname) config.watchFolders = [ __dirname + '/node_modules' ] config.resolver.nodeModulesPaths = config.watchFolders config.resolver.assetExts.push('css') module.exports = config