Results 66 comments of Nick DeJesus

Started my upgrade process from 0.59.8 to 0.60.3 This post is just for ios Using upgrade helper: https://react-native-community.github.io/upgrade-helper/?from=0.59.8&to=0.60.3 I just updated everything in package.json, new additions to my package.json: -I...

@pvinis I realized yesterday that every library I've unlinked I need to link myself in the Pod file. When is auto-linking supposed to happen? Does auto-linking add the libs to...

Thank you @kelset and @thymikee Okay so should I remove all the pod (except for the RN provided stuff) from my pod file, delete my Pods and Podfile.lock and run...

@thymikee I downgraded to 12.4, thanks. I think I have the latest version of the CLI, although I will admit that I feel like my project has been out of...

@thymikee god damn it! When I was copy/pasting I was assuming all I needed was the RN pods. I'm getting this now: ``` Undefined symbols for architecture x86_64: "_GADAdSizeFromCGSize", referenced...

Just fyi @thymikee iOS works now! So the biggest thing was the user_native_modules, after that, it was only working on Xcode, not `react-native run-ios` So I had to manually go...

@victorccccc this is still a problem for me. I've tried the advice in here, no matter what I do I cannot get an updated version of the frontend deployed.

@victorccccc the appId is: `d3vb0tcd5f5lde` It seems that it only rebuilds the initial deploy I've done when I set this up. I followed the instructions from the docs site on...

Hey Eric, hope you're doing well. I've recently had some trouble getting the Gatsby example going, it's prob due to being outdated among other things. I'm not sure if you're...