MCPcopy Create free account
hub / github.com/alpha0010/react-native-file-access / writeFile

Method writeFile

src/NativeFileAccess.ts:115–115  ·  view source on GitHub ↗
(path: string, data: string, encoding: string)

Source from the content-addressed store, hash-verified

113 unlink(path: string): Promise<void>;
114 unzip(source: string, target: string): Promise<void>;
115 writeFile(path: string, data: string, encoding: string): Promise<void>;
116}
117
118export default TurboModuleRegistry.getEnforcing<Spec>('FileAccess');

Callers 3

FsDemoFunction · 0.65
FsDemoFunction · 0.65
writeFileFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected