Skip to content

NitroSQLite.loadFile is not a function (it is undefined) #94

@teivienn

Description

@teivienn

When I try to use LoadFile and loadFileAsync I get an error .NitroSQLite.loadFile is not a function (it is undefined)

Example:

import { NitroSQLite } from 'react-native-nitro-sqlite';

NitroSQLite.loadFileAsync('database', 'path');
// or
NitroSQLite.loadFile('database', 'path');

Versions

    "react-native": "0.76.3",
    "react-native-nitro-modules": "^0.18.2",
    "react-native-nitro-sqlite": "^9.1.0",

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions