File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
android/src/main/java/com/expofp Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ class ExpofpViewManager : SimpleViewManager<View>() {
5858 settingsMap.getString(" secret" ) ? : " " ,
5959 Mode .IPS_AND_GPS
6060 )
61- lpSettings.setServiceNotificationInfo(" Knowledge - ServiceNow is running" , R .drawable.common_google_signin_btn_icon_dark);
61+ lpSettings.setServiceNotificationInfo(" Background Location is running" , R .drawable.common_google_signin_btn_icon_dark);
6262 lpSettings.setAlias(" onesignal_user_id" , it.getString(" oneSignalUserId" ) ? : " " );
6363 val locationProvider = CrowdConnectedProvider (application, lpSettings)
6464 GlobalLocationProvider .init (locationProvider)
Original file line number Diff line number Diff line change @@ -14,8 +14,11 @@ const LINKING_ERROR =
1414type ExpofpProps = {
1515 style : ViewStyle ;
1616 settings : {
17- url : string ,
18- onesginalUserId ?: string ;
17+ url : string ;
18+ oneSignalUserId ?: string ,
19+ appKey ?: string
20+ token ?: string ;
21+ secret ?: string ;
1922 }
2023} ;
2124
You can’t perform that action at this time.
0 commit comments