Skip to content

Instantly share code, notes, and snippets.

View bobber205's full-sized avatar

Alex Wait bobber205

  • Chirpify
  • Portland, OR, USA
View GitHub Profile
@bobber205
bobber205 / RCTTiming.m
Created October 30, 2019 18:52
Fix react-native 0.61.x app killed by iOS system in background after 30s
/**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
#import "RCTTiming.h"
#import "RCTAssert.h"