Skip to content

Instantly share code, notes, and snippets.

View warrenbalcos's full-sized avatar

Warren Balcos warrenbalcos

View GitHub Profile
@stecman
stecman / TimerModule.h
Created August 22, 2016 22:45
React Native get relative time
#import <Foundation/Foundation.h>
#import "RCTBridgeModule.h"
@interface TimerModule : NSObject <RCTBridgeModule>
@end
@mbinna
mbinna / podforceupdate.sh
Created December 4, 2012 09:43
Clear CocoaPods cache, re-download and re-install all pods
#!/usr/bin/env bash
rm -rf "${HOME}/Library/Caches/CocoaPods"
rm -rf "`pwd`/Pods/"
pod update