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
// TODO this should also update the device if the keys have changed
constdefaultDeviceNameFormat=`${platform} (${Device.deviceName})`;console.log("defaultDeviceNameFormat",defaultDeviceNameFormat);// create registration only if we have an expo token// TODO this should also update the device if the keys have changed// currently it just tries to create the device every timeif(state.expoPushToken){apiService.device.create({deviceKey: state.deviceKey,name: defaultDeviceNameFormat,token: state.expoPushToken,nativeToken: state.nativePushToken,});}return{
...state,
The text was updated successfully, but these errors were encountered:
currently it just tries to create the device every time
PushMeApp/reducers/app.js
Line 135 in 94a2a30
The text was updated successfully, but these errors were encountered: