Ravi Kumar

Results 8 comments of Ravi Kumar

@intellij-Shivam have got any solution for this?

@Farhankhaliid I wrote the code in Native language (Swift & ObjC) and linked them to React Native. That was the only solution what I got

You need to follow below steps in order to work with RN>=0.60 I have tested it in RN 0.60.4 and it will work smoothly. ```c yarn add react-native-vector-icons ```` Now...

Facing same issue, Anyone have any fix yet? ![image](https://user-images.githubusercontent.com/29150136/54915874-28955800-4f1e-11e9-9263-480cb3d33188.png)

Hello everyone, I have found something working arround! Have a look at my code: ` this[(index+1).toString()] = p} > this._dismissActions((index+1).toString())} > {String.fromCharCode(index+65)} } keyExtractor={(item,index)=>index.toString()} />` and handle it's action :...

> We are looking into this right now (myself and another one of our devs), to find a fix for us right now, but not sure what happening yet. If...

@grycyk Follow below steps to resolve the issue 1. Install plugin using my forked repo : [https://github.com/Ravi448/fastlane-plugin-firebase_test_lab](url) 2. run `fastlane install_plugins` to make sure everything is installed correctly, If this...

@grycyk It'll work for you I believe. It worked for me!