Skip to content

Support setPageName for iOS #15

@atwalg2

Description

@atwalg2

Currently the package looks like it only supports tracking changing pages on the Android side of things,
this seems like very important functionality to have on both platforms.

Any time a page change happens on the js side of things, we should be able to send the page information to the native side using something like "setPageName" to track how a user moves through the app. This information is only available on the JS/TS side, and needs to be send to the native side.

Extra info:
The vast majority of react-native community uses the library "react-navigation" to handle navigation within their apps, and page names are only visible in JS/TS.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions