Skip to content

TypeError: null is not an object (evaluating '_reactNativeFtp.default.setup') IOS #20

Description

@NaumanAkhtar

Getting error: TypeError: null is not an object (evaluating '_reactNativeFtp.default.setup') IOS

my code snippet is

FTP.setup("ftp.dlptest.com",21) //Setup host FTP.login("dlpuser","rNrKYTX9g7z3RgJRmxWuGHbeu").then( (result)=>{ FTP.list(".").then( (result)=>{ console.log(result); } ); }, (error)=>{ alert(error); } )

works perfectly fine on android but on IOS giving issue

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions