Skip to content

iOS: missing API methods (3.0.0-0, new arch) #355

Description

@viljark

The native iOS implementation does not follow the TS interface.

The JailMonkey exports only canMockLocation boolean and getConstants function, which does not follow the TS interface, it seems the TurboModules implementation is incomplete?

Example

console.log('JailMonkey', JailMonkey)
 LOG  JailMonkey {"canMockLocation": false, "getConstants": [Function getConstants]}

console.log('JailMonkey', JailMonkey.getConstants())
 LOG  JailMonkey {"canMockLocation": false, "isJailBroken": false, "jailBrokenMessage": ""}

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