Is there an existing issue for this?
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
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
Is there an existing issue for this?
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
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