UNPKG

@novastera-oss/rn-fileinfo

Version:

Lightweight React Native TurboModule for safe and efficient file metadata access on iOS and Android

14 lines (13 loc) 274 B
module.exports = { dependency: { platforms: { android: { sourceDir: './android/', packageImportPath: 'import com.novastera.rnfileinfo.RnFileinfoPackage;', }, ios: { podspecPath: './RnFileinfo.podspec', }, }, }, };