uendar
uendar
Error: Unable to resolve module `NativeModules` from `......../app`: NativeModules could not be found within the project. I am using ``` "react": "16.9.0", "react-native": "0.61.5", ```
I am using BarChar and i have the option that we can press on a column chart and show the value above. The problem is that the value is rounded...
How do we set separately the values in yAxis, xAxis and values of char for example: I know that for xAxis values we use : **xAxis: { valueFormatter }** But...
I use CircleFlip as type or RotationCircle and i get square.
I get this error when try to download file with rnfetchblob Any idea how to deal with ?
node_modules\mongodb\lib\utils.js:123 process.nextTick(function() { throw err; }); ^ TypeError: Cannot read property 'emit' of null
**node_modules\react-native-doc-viewer\android\src\main\java\com\reactlibrary\FileProviderClass.java:3: error: package android.support.v4.content does not exist public class FileProviderClass extends android.support.v4.content.FileProvider { ^ C:\Users\EndarUliu\Desktop\H\node_modules\react-native-doc-viewer\android\src\main\java\com\reactlibrary\RNReactNativeDocViewerModule.java:34: error: package android.support.v4.content does not exist import android.support.v4.content.FileProvider; ^ C:\Users\EndarUliu\Desktop\H\node_modules\react-native-doc-viewer\android\src\main\java\com\reactlibrary\RNReactNativeDocViewerModule.java:338: error: cannot find symbol Uri...
when i run : `react-native run-android `i get error: ``` error: package com.facebook.react.views.webview does not exist import com.facebook.react.views.webview.ReactWebViewManager; ``` Any one did resolve this ? I am using react-native 0.60.3...
i have a strange issue with recaptcha. i see it when i am in login page but when i go to another page as forget password and then go back...
Hi everyone I try to download file and open it. For open i use FileViewr.opne(). To download i use : ``` options = { addAndroidDownloads: { fileCache: true, useDownloadManager: true,...