Nishant Desai

Results 4 issues of Nishant Desai

Great app, I downloaded the .deb file on my ubuntu system and installed it but in app launcher the logo of the app is the default one on ubuntu ![image](https://user-images.githubusercontent.com/18420157/167972619-2423ef71-bf3d-4bd6-9609-39eaf526993c.png)

I am trying to use this lib for my dummy app which has basic login functionality, I'm using https://reqres.in for mocking the API. now on LOGIN_UNSUCCESSFUL response the API sends...

I have a periodic service in nodejs that tries to create 30-40 socket connections and close it in case (it gets connected successfully or some error occurs while connecting) but...

bug

I am trying to implement ViewPager according to the example which is available in the library itself. ``` import React, { Component } from 'react'; import { StyleSheet, Text, View,...