Does SAF (Storage Access Framework) needs any permission for accessing storage?
I'm trying to understand the permission needed when using (SAF) Storage Access Framework to access files (in my case it's Internal storage, files which are not lying on External SD Card). From the...
View ArticleNPM 6.13.4 After the update, npm starts and the js node closes immediately,...
After the upgrade, npm starts and closes the node js react native server immediately, what should I do?here is the console code$ react-native run-android info Running jetifier to migrate libraries to...
View ArticleCould not find or load main class -Xmx64m, failed to install the app...
I have cloned the react native existing project. After i have installed all the dependencies by using npm install command. But when i run react-native run-android i get following error.Could not find...
View ArticleCould not find com.android.tools.build:gradle:3.5
I'm trying to update gradle from 1.3.1 to 3.5, as some of my dependencies requires version 3.3 or above.I've seen similar questions, but none of them help.build.gradle:buildscript { repositories {...
View ArticleVocal Assistant app replacing Google Assistant in react native (preferably)...
I'm actually making a vocal assistant, and I would like to make an application for it, that would replace Google Assistant on my phone. In the Android Settings, it's theorically possible to use another...
View ArticleHide Android Navigation Bar in React Native
How can I hide the Android Navigation Bar in React Native?I'm referring to the bar at the bottom of the screen that has the software back button and home button, not the component at the top of the...
View ArticleReact Native: View Config not found for name RNCWebView
error imageI'm trying to use WebView from react-native-webview so when i press the button (renderItem function) it'll open a webview from the link given by the api, but however i try to use the webview...
View ArticleHow to dynamically include a module in React Native
I am trying to dynamically do a dynamic import import (this.props.myImportModulePath) but I get : Error: TrasformError index.js: index.js:Invalid call at line 12:...
View ArticleHow to get ReactContext in a Android Service?
I want to start my service from ReactNative code. Here is the module I use to bridge.public class HeartbeatModule extends ReactContextBaseJavaModule { public static final String REACT_CLASS =...
View ArticleNeed ideas of solving problem with app I built
I built this app: https://play.google.com/store/apps/details?id=com.FindNewMusic_VakilBut ios keeps rejecting me for following reason:Guideline 4.2.3 - Design - Minimum Functionality We were required...
View ArticleIssue with Rotating Image while Saving in React Native
Actual Behaviour :I am supposed to implement signature pad in landscape-right mode along with a timestamp of signature drawn. Then take a screenshot of the view, and save it in document directory (iOS)...
View ArticleReact-native keyboard no comma on android Samsung devices in Text Input
I have a React-native app with TextInput and KeyboardAvoidingView. And everywhere it works well except android Samsung devices, especially Samsung A3. Because on this device the keyboard is appearing...
View ArticleReact Native Maps: Markers image doesn't show using Custom Marker in...
I'm using react-native-maps but I faced a problem that after a lot of googling without answer makes me ask it here. I'm trying to use Custom Marker for the marker in the map as the following picture as...
View ArticleCouldn't recieve foreground notification with react native firebase (android)
-I'am unable to get foreground notification on android device.-it works fine on simulator but not on real device.-background is working but after opening it i receive an alert with value initial...
View ArticleHow do I access USB storage on android device in react-native?
I'm creating an application which to be play on my android device. After several weeks searching and continue to develop the application logic, I still unable to find a way to access USB device.I'm...
View ArticleI need help for create .aar file of react native project to use on other...
I developed a react native project as fresher and i need to export this project to .aar file for import to android studio project. any one help me for creating .aar file of react native project.
View ArticleWindowDisablePreview not working in style file
windowDisablePreview not working in React-native/android style.xml file
View Articlereact native how to disable android dev mode
I've read that disabling the dev mode in Android can help speed up some of the issues with the Android emulator as it keeps not responding at the moment. How do I disable dev mode? I can't find any...
View Articlereact-native Horizontal FlatList - scrollToEnd() makes whole content to move...
I am trying to make a breadcrumb for folder traversal. I built a breadcrumb component by horizontal flatlist, and I was using scrollToEnd() method to scroll to end when new item added into the list. I...
View ArticleTouchableOpacity onPress is not working inside CallOut in react-native-map
I am using react-native-map and want to make different buttons inside callout view but onPress is not working inside it. I am using a callout inside the marker. If any has a workaround to solve this...
View Article