Alexander Rondón
Alexander Rondón
@crewtaylorfd did you achieve solve this problem?
Hi, guys. I had the same issue and I resolved it adding the permission `` in the AndroidManifest.xml. Regards.
@The0racle Do you have the logs?
@ouabing I am using android 8.1. Maybe you can try cleaning the android project and rebuilding. You can try with `react-native link` or specific `react-native link react-native-music-control` to be sure...
@The0racle We are using `targetSdkVersion 28`
Hi @ccorcos, I made a pullrequest to solve this. [https://github.com/AlexDisler/cordova-icon/pull/130](pull request 130). To fix your issue you have to execute ```sh $ cordova-icon --iconspath=platforms/android/res/ ``` I hope it help you,...
Hi guys, I am having the same issue developing with react-native, only in iOS. With this sample code you can replicate the issue: ``` import React from 'react'; import {...
@rushikeshc7 that code is to replicate the error. The issue is by the style `alignItems : 'baseline'`, if you remove that style the error disappears. Search in your code where...
You must identify which part of your code is generating a state like that. You must even consider the third-party components that you are using, it can be generating part...