UNPKG

react-native-fs-turbo

Version:

React-Native library for working with Android/iOS file system, written using JSI and C++ TurboModules

21 lines (19 loc) 564 B
// https://github.com/react-native-community/cli/blob/main/docs/dependencies.md module.exports = { dependency: { platforms: { /** * @type {import('@react-native-community/cli-types').IOSDependencyParams} */ ios: {}, /** * @type {import('@react-native-community/cli-types').AndroidDependencyParams} */ android: { cxxModuleCMakeListsModuleName: 'react-native-fs-turbo', cxxModuleCMakeListsPath: 'CMakeLists.txt', cxxModuleHeaderName: 'NativeRNFSTurboModule', }, }, }, };