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
error_all_promises_rejected: 'All promises were rejected',
56
+
error_ping_failed: 'Ping failed',
57
+
error_ping_timeout: 'Ping timeout',
58
+
error_http_status: '{{status}} {{statusText}}',
59
+
60
+
// Development messages
61
+
dev_debug_disabled:
62
+
'You are currently in the development environment and have not enabled debug mode. {{matter}} will not be performed. If you need to debug {{matter}} in the development environment, please set debug to true in the client.',
63
+
dev_log_prefix: 'react-native-update: ',
64
+
dev_web_not_supported:
65
+
'react-native-update does not support the Web platform and will not perform any operations',
66
+
67
+
// More alert messages
68
+
alert_new_version_found:
69
+
'New version {{name}} found. Download now?\n{{description}}',
0 commit comments