-
Notifications
You must be signed in to change notification settings - Fork 27
Description
Is there an existing issue for this?
- I have searched the existing issues
Description of the bug
I'm trying to use setOnRouteStatusResult but it doesn't exist.
Based on docs i think i should use it the same way as setOnArrival.
React Native version
0.83.2
React version
19.2.4
Package version
0.14.0
Native SDK versions
- I haven't changed the version of the native SDKs
React Native Doctor Output
✓ Node.js - Required to execute JavaScript code
✓ yarn - Required to install NPM dependencies
● Watchman - Used for watching changes in the filesystem when in development mode
✓ Metro - Required for bundling the JavaScript code
Android
✓ Adb - Required to verify if the android device is attached correctly
✓ JDK - Required to compile Java code
✓ Android Studio - Required for building and installing your app on Android
✓ ANDROID_HOME - Environment variable that points to your Android SDK installation
✓ Gradlew - Build tool required for Android builds
✓ Android SDK - Required for building and installing your app on Android
iOS
✓ Xcode - Required for building and installing your app on iOS
✓ Ruby - Required for installing iOS dependencies
✓ CocoaPods - Required for installing iOS dependencies
✓ .xcode.env - File to customize Xcode environment
Steps to reproduce
try using setOnRouteStatusResult
Expected vs Actual Behavior
try using setOnRouteStatusResult
Code Sample
// Example code hereAdditional Context
No response