Stephen Phillips

Results 11 comments of Stephen Phillips

Any other ideas what to change in podspec file? I have tried everything above and still get the error: ``` No podspec found for `RNBoundary` in `../node_modules/react-native-boundary` ``` I can...

Somehow I figured it out by looking at other projects. The podspec file was inside the ios file and so the link is wrong: ` pod 'RNBoundary', :path => '../node_modules/react-native-boundary'`...

@Gonzalo9823 did you ever figure this out?

@soltanloo so the issue is we have a webflow account and a dev site. They are under 2 completely unique URLS but connect to each other. I need to somehow...

Here is a fork @mondaychen, having the same issue myself: https://codesandbox.io/s/video-react-demo-main-bxrjk I realized why the video isn't being shown- you need to add the property- `position: absolute;` Would it make...

I have come up with a solution. I actually am not sure the best way to bring this in (I am new to this repo and contributing to open source),...

Not sure if this will help anyone but I tried a couple things which one helped `npx jetify` inside android folder `./gradlew clean` inside my build.gradle in android I had...

@JustinTRoss did you ever figure out a way around this. I was hoping this would work: `window.heap && window.heap.identify(data.name);` Can't seem to get around this error

@JustinTRoss just to be clear what do you mean by abandoning segment. Did you just get rid of using heap.io? I tried doing this as well: `window.heap.loaded && window.heap.identify(data.name);` But...