Kepler FileSystem TurboModule.
This is the interface contains basic methods to manipulate the contents of the local filesystem. It makes querying into the file system, traversing it, reading and writing to files possible.
Extends
KeplerTurboModule
Properties
getConstants()?
readonly optional getConstants: () => object
Returns
object
Inherited from
KeplerTurboModule.getConstants
getEntries()
getEntries: (path) => Promise<string[]>
Gets directory entries for the given path.
Parameters
path
string
The path to the directory.
Returns
Promise<string[]>
The promise that resolves with the directory entries.

