We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14b8d42 commit 51984c2Copy full SHA for 51984c2
src/connections/sources/catalog/libraries/mobile/react-native/index.md
@@ -377,7 +377,7 @@ const client = createClient({
377
// If we detect the user disconnects from the network remove all flush policies,
378
// That way the Segment client won't keep attempting to send events to Segment but will still
379
// store them for future upload.
380
-// If the network comes back up we add the policies back
+// If the network comes back up, the Segment client adds the policies back.
381
const unsubscribe = NetInfo.addEventListener((state) => {
382
if (state.isConnected) {
383
client.addFlushPolicy(...policiesIfNetworkIsUp);
0 commit comments