react-native-unity-view
react-native-unity-view copied to clipboard
Bumps [tar](https://github.com/npm/node-tar) from 4.4.13 to 4.4.19. Commits 9a6faa0 4.4.19 70ef812 drop dirCache for symlink on all platforms 3e35515 4.4.18 52b09e3 fix: prevent path escape using drive-relative paths bb93ba2 fix: reserve...
Hi, I recently encountered this error, reason of the problem At **RNUnityViewManager.m**, ``` RCT_EXPORT_MODULE (RNUnityView) - (UIView *) view ( self.currentView = [[RNUnityView alloc] init]; if ([UnityUtils isUnityReady]) { [self.currentView...
@asmadsen I'm running into an issue where when I refresh the Metro server, UnityView's `onUnityMessage` and `onMessage` handlers stop receiving messages dispatched by Unity. Issue is occurring with iOS build...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [react-native](https://github.com/facebook/react-native) from 0.61.3 to 0.62.3. Release notes Sourced from react-native's releases. v0.62.3 This patch release is specifically targetted towards Xcode 12.5. The changes done are tailored to unblock developers...
Bumps [react-native](https://github.com/facebook/react-native) from 0.60.6 to 0.62.3. Release notes Sourced from react-native's releases. v0.62.3 This patch release is specifically targetted towards Xcode 12.5. The changes done are tailored to unblock developers...
I'm sorry but there doesn't seem to be a clear explanation to this on the README ` UnityMessageManager.Instance.SendMessageToRN(new UnityMessage() { name = "click", callBack = (data) => { Debug.Log("onClickCallBack:" +...
While generating android build the android apk size is about 240mb while the iOS build is just around 45mb
Hi, I was trying to run the example code but got an error for Android ``` * What went wrong: Could not determine the dependencies of task ':app:preDebugBuild'. > Could...