Aditya
Aditya
### Version Tell us which versions you are using: - react-native-image-crop-picker v0.25.2 - react-native v0.60.5 ### Platform Tell us to which platform this issue is related - Android ### Expected...
Hi, I’m trying to run Sprite Sheet animation using the example given here. https://github.com/expo/expo-pixi/blob/master/examples/comprehensive/Examples/Basics/SpriteSheetAnimation.js But it’s giving error on the line number 9 ``` const asset = Asset.fromModule(require(‘../../assets/pixi/fighter.json’)); ``` `Module...
I am facing 2 scenarios on iOS: 1. I build the project and the app starts on my device. Then all my react components are being rendered. I am getting...
Hi, This does not happen all the time but when I export my iOS project from Unity using **Build > Export iOS**, sometimes the _UnityExport_ folder (which appears as a...
Steps to reproduce: 1. Add BackHandler to the react native component 2. return false in the _hardwarebackPress_ handler 3. Press hardware back button on the device. The app will go...
In my react native project I have rnfirebase setup with cocoapods. And it has its own Pods xcconfig file. How do I merge these 2 (UnityConfig & Myprojects-config) files ?...
After adding the Unity plugin my Android app has switched to immersive mode. I guess this is the default setting by Unity. Is there anyway I can override this setting...
I am using this package and testing it on Android 'Moto G (5S) Plus - 7.1.1'. I am using React Native 0.54.4 & React 16.3.1. My animation sequence is running...
Hi, I am trying to fetch the access token on the android device after the user authorise and then send this access token to my backend server so that we...
Hi, I am trying to connect Xiaomi MiBand 2 with this library in my app. I have installed the Mi Fit App for syncing band data & connecting with Google...