You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, the application sends data in the form of an array, but not all servers can accept this data format. Is it possible to wrap this array in an object?
Original -
[{
"lat": '@latitude',
"lon": '@longitude',
"dt": '@time'
}]
Needed -
{"data":
[{
"lat": '@latitude',
"lon": '@longitude',
"dt": '@time'
}]
}
The text was updated successfully, but these errors were encountered:
Plugin version:
Platform: Android
OS version: Android 10
Device manufacturer and model:
Running in Simulator:
React Native version: 0.63.2
Plugin configuration options:
At the moment, the application sends data in the form of an array, but not all servers can accept this data format. Is it possible to wrap this array in an object?
Original -
[{
"lat": '@latitude',
"lon": '@longitude',
"dt": '@time'
}]
Needed -
{"data":
[{
"lat": '@latitude',
"lon": '@longitude',
"dt": '@time'
}]
}
The text was updated successfully, but these errors were encountered: