Matthew Gertner
Matthew Gertner
I'm getting the same error. When you say "export project by using the build script of asmadsen" do you mean using the `ReactNative/Export IOS` option in Unity? If so, that's...
I'm still trying to get my head around the codebase but I see that @asmadsen removed `onUnityMessage` from the iOS sources (https://github.com/asmadsen/react-native-unity-view/commit/05ab481f407e569ee2a3e78f646b67cf466528dc#diff-a9497c27e0f7d865a4cd461b56624e78L159). Was this a mistake or is the function...
Thanks, @asmadsen. Is there some obvious workaround to get it to build in the meantime? I guess I can just patch the package locally if there's no better way.
@asmadsen I was trying to archive it so I can upload it to TestFlight for testing. I did actually manage to get it to run on my device so you're...
@asmadsen I believe I figured this out. Not sure if this is something anyone else is experiencing but we had the `.meta` files for your build scripts checked into our...
Totally strange BTW since it looks like the `.meta` files it generated are exactly the same as the ones in the repo. But somehow when I deleted them and let...
What I'm really asking is: what do your routes look like if they need to specify a base route with a modal on top?
Hey @Hless, I'm looking at https://github.com/citychallenge/viro (thanks again for this). Shouldn't you also replace the `React.xcodeproject` files with the ones from the newer RN version (i.e. `node_modules/react-native/React`, or am I...
Never mind... I see they are built straight from the directory in `node_modules`.
I looked into this in more detail and it seems to me like a clear bug. `getBoundingRect` (https://github.com/HubSpot/tether/blob/master/src/js/constraint.js#L12) is used to get the bounds of the visible area to determine...