Skip to content

Instantly share code, notes, and snippets.

View leviduan's full-sized avatar
🥇
Just go for it.

Levi Duan leviduan

🥇
Just go for it.
  • Tiktok
  • Singapore
  • 03:18 (UTC -12:00)
View GitHub Profile
@leviduan
leviduan / Podfile
Created September 10, 2019 02:32 — forked from Jpunt/Podfile
# When using RN in combination with Cocoapods, a lot of
# things are broken. These are the fixes we had to append
# to our Podfile when upgrading to ReactNative@0.55.3.
#
# WARNING: Check those line numbers when you're on a different version!
def change_lines_in_file(file_path, &change)
print "Fixing #{file_path}...\n"
contents = []