Skip to content

[Bug]: Inconsistent enum value for NavigationSessionStatus #578

@esannihith

Description

@esannihith

Is there an existing issue for this?

  • I have searched the existing issues

Description of the bug

The value for NavigationSessionStatus in the file is OK = 'ok' , inconsistent with other enum values.
The value should be 'OK' instead of 'ok'

React Native version

0.83.6

React version

19.2.0

Package version

0.15.1

Native SDK versions

  • I haven't changed the version of the native SDKs

React Native Doctor Output

N/A

Steps to reproduce

N/A

Expected vs Actual Behavior

N/A

Code Sample

If( NavigationSessionStatus.OK == 'ok') console.log("Navigation initialized successfully")

Additional Context

No response

Metadata

Metadata

Assignees

Labels

triage meI really want to be triaged.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions