react-native-unity-view icon indicating copy to clipboard operation
react-native-unity-view copied to clipboard

Show an unity view in react native

Results 68 react-native-unity-view issues
Sort by recently updated
recently updated
newest added

Hi! Having this issue while running on an iphone, when I press the Toggle Unity button from the example xcode throws this error. Nothing in this thread helps: https://github.com/f111fei/react-native-unity-view/issues/84 I've...

The game runs fine and communication between unity and react native on the loaded scene works, but for some reason the app is transparent

Currently working with latest version of React Native and getting this error on Android. Package versions: `react-native: 0.59.1` `react-native-unity-view: 1.3.3` . Unity version: `2018.2.12f1` Device: `Samsung Galaxy S9` . Android...

Unity version: 2018.2.1f1 React native version: 0.57.8 When running straight out of XCode, it works fine. However, creating a release IPA file results in an immediate crash on launch. We...

` FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':react-native-unity-view:compileDebugJavaWithJavac'. > Compilation failed; see the compiler error output for details. * Try: Run with...

We are trying to put the unity view inside a tab view and once we switch from unity view to any other tabs its showing black screen. But if the...

Anyone has integrated "detox" (https://github.com/wix/Detox) in a project with "react-native-unity-view"?

By following the steps described in the "How to use" section, I have successfully created an app using Unity 2018.2.2f1. Using the exact same process, but with Unity 2019.1.6f1, XCode...

After I launched the project, there's a warning said `componentWillMount` is deprecated. I found that in `/src/UnityView.tsx`x there's a method named `componentWillMount`. Maybe it's better to change it into `componentDidMount`...