Ray Deck

Results 18 comments of Ray Deck

As I understand it, the support extension is really for podspec files, which are mutually exclusive (in RN link) with static libraries. The react-native-pod add-in lets libraries like yours add...

I published a fix to react-native-pod, but I'm not sure how you came across it. Can you share the workflow? you can give it another go, but I want the...

FWIW, here is my workflow for a one-line command to build and run your sample app using my fork. Obv it assumes the demo App.js code is in cwd. ```...

I’ll rebase and update my pr later today and send you an explanation. Basically I am changing the way dependencies get installed so you never have to open Xcode. On...

I'm not going to get that rebase done today - aiming for tomorrow. Yes, the plan is to remove the manual steps related to pocketsvg entirely. Instead, we use a...

Sounds like there are a couple moving parts here ## 1. yarn link Yes, the `yarn link` creates problems in react-native! The trick here is that symlinks are one-way. Your...

Made a thing that could help with your development: [react-native-fix-pod-links](https://npmjs.com/react-native-fix-pod-links) The key is that it makes that bridging reference work. Assuming you have an app you are developing from, you...

I'll clone down the master branch and test/update.

I updated my repo and the following works for live development in XCode and VS Code (fixing pod header search paths using `react-native-fix-pod-links` plugin command `react-native addpodlinks`): ``` git clone...

Side note on `react-native xcode` not working for you: in my experience the key to that and other command-line Xcode commands is in Xcode -> Preferences -> Locations -> Command...