File tree Expand file tree Collapse file tree
android/src/main/java/com/google/android/react/navsdk
ios/react-native-navigation-sdk Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 0.16.0 "
2+ "." : " 0.16.1 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.16.1] ( https://github.com/googlemaps/react-native-navigation-sdk/compare/v0.16.0...v0.16.1 ) (2026-05-25)
4+
5+
6+ ### Features
7+
8+ * upgrade Android SDK to 7.6.1 ([ #601 ] ( https://github.com/googlemaps/react-native-navigation-sdk/issues/601 ) ) ([ fee8ad9] ( https://github.com/googlemaps/react-native-navigation-sdk/commit/fee8ad927fd244ae3abd55f9b3f58c8d450cb6be ) )
9+ * upgrade iOS SDK to 10.13.0 ([ #602 ] ( https://github.com/googlemaps/react-native-navigation-sdk/issues/602 ) ) ([ 6ec3ab6] ( https://github.com/googlemaps/react-native-navigation-sdk/commit/6ec3ab6c89929d506236cfc34e114ecdc48051b7 ) )
10+
311## [ 0.16.0] ( https://github.com/googlemaps/react-native-navigation-sdk/compare/v0.15.3...v0.16.0 ) (2026-05-25)
412
513
Original file line number Diff line number Diff line change 1818
1919/** SDK version constants for internal usage attribution. */
2020public final class SdkVersion {
21- public static final String VERSION = "0.16.0 " ; // {x-release-please-version}
21+ public static final String VERSION = "0.16.1 " ; // {x-release-please-version}
2222
2323 public static final String ATTRIBUTION_ID =
2424 "gmp_git_reactnativenavigationsdk_v" + VERSION + "_android" ;
Original file line number Diff line number Diff line change 1616
1717#import < Foundation/Foundation.h>
1818
19- static NSString *const kRNNavSdkVersion = @" 0.16.0 " ; // x-release-please-version
19+ static NSString *const kRNNavSdkVersion = @" 0.16.1 " ; // x-release-please-version
Original file line number Diff line number Diff line change 11{
22 "name" : " @googlemaps/react-native-navigation-sdk" ,
3- "version" : " 0.16.0 " ,
3+ "version" : " 0.16.1 " ,
44 "author" : " Google" ,
55 "description" : " A React Native library for Navigation SDK on Google Maps Platform" ,
66 "main" : " lib/commonjs/index" ,
You can’t perform that action at this time.
0 commit comments