Ivan Rubanovskiy
Ivan Rubanovskiy
This PR changed default behaviour. Suppose I have separate values and labels for dropdown options like this: ```js { label: 'Zero cases', value: '0' } ``` After I press dropdown,...
@CharlesMangwa, are there any news about this issue?
@CharlesMangwa , no. Unfortunately, I don't have enough time for this.
@hilkeheremans Hi! Any news about converting?
@avencat Android, as issue titled.
@cristianonescu I ended up using wix/react-native-notifications . It also has some flaws, but you can check my fork for more info: xvonabur/react-native-notifications.
@danniarreza you can do it on native side of you app. Create `CustomPushNotification.java` class and implement `getNotificationBuilder` there. You can call ```java final Notification.Builder builder = new Notification.Builder(cContext).setPriority(android.app.Notification.PRIORITY_HIGH) ``` inside...
Please use `@react-native-community/netinfo^4.1.5` as dependency in you app. Not deprecated or old version.
> Hey, what were the answers? No particular answers with code. Just comments, that people uses NSURLSession wrong and something about [background tasks](https://github.com/Alamofire/Alamofire/issues/2607). By the way, `react-native-fs` doesn't have such...
Same problem. Downloading on iOS is extremely slow even on LAN connection.