React-Native :java.lang.UnsatisfiedLinkError: couldn't find DSO to load:...
I have just updated my project to use react-native version 0.60.2 . But when I am trying to run an application on Android device it gets crashed after launch screen. I got the following error logs :...
View ArticleNot receiving notifications from Firebase in Android, but connection is...
Versions@react-native-firebase/app: 6.3.4@react-native-firebase/messaging: 6.3.4react: 16.9.0react-native: 0.61.4Inside my App.js file, I'm registering for notifications like this... import messaging...
View Articleandroid.security.KeyStoreException: Signature/MAC verification failed When...
I am facing a weird issue which has started to happen after a recent Android Update on my Galaxy S8 phone.I have a React Native Module for encrypting values using a key stored in Android KeyStore in...
View ArticleBuilding React Native app fails: Task :app:generateDebugBuildConfig FAILED
I am trying to run an app on an Android emulator. I followed the instructions in the React Native docs for installing Android Studio and setting the environment variables. I can create a default...
View ArticleEquivalent of console.log on Android
I am developing using React Native CLI as I need some Native Libraries in Android and iOS. Because of this I needed to use react-native link packagenameI then find out that the exposed methods for the...
View ArticleReact Native: How to currently accept all license agreements on Android
I am trying to run react-native run-android and I get this error message:What went wrong: A problem occurred configuring project ':RNSwipeView'. You have not accepted the license agreements of the...
View ArticleReact native, get size of bottom tab and set Fixed position for screen
I am using import {createMaterialBottomTabNavigator} from '@react-navigation/material-bottom-tabs'; export default class TabBar extends React.Component { constructor(props) { super(props); } render() {...
View ArticleCan't access "sdkmanager" in the Command Prompt
I'm starting to learn JavaScript and React Native (but like REALLY starting). I'm following a course on Udemy and I got stuck on a part where I need to accept some licenses using the "sdkmanager...
View ArticleReact Native Android Studio Project Dependencies
I'm very new at Android Development, and i had to use RN to shorten the amount time to complete the project (as it's very very tight). But i'm wondering whenever i open Android Studio, the project file...
View ArticleHow to get current country of Device in React Native (iOS and Android)?
I am trying to get current country of device in but didn't find anything. Is there something to do so in React Native? I tried using react-native-device-info but it is also not supporting but in...
View ArticleInclude react-vr in react-native
I would like to know if it's possible to integrate a react vr tour inside an Android and/or iOS app developed with react native. If so, how I can do it?This is just an idea but I haven't found a real...
View ArticleHow can i make a progress bar with tracker and percent?
I need to make a progress bar like this in the design and it will show me percentage, I am new to react native and I don't know how to develop it
View ArticleReact Native - Sliding up Panel does not work on android
Does Anyone knows why the panel is not showing on android when I click on the button? I'm using https://www.npmjs.com/package/rn-sliding-up-panel btw. Please feel free to tell me, if you have any other...
View ArticleUnderstanding adb logcat and how to filter from a example
I am using Android's adb logcat for my React Native development. This is a sample of what is outputted by adb logcat:03-19 16:47:01.168 14818 15029 I ReactNativeJS: inside f1 03-19 16:47:01.198 14818...
View Article`react-native-camera` returns a data.uri but image cannot be accessed (no...
I would appreciate any help on this. I'm using react-native-camera and when I get the URI of the image taken using takePictureAsync() method, I can't access that image.I took the photo and navigate to...
View Articlegetting error when try to run android react-native project
When i want run react-native run-android command i seeinfo Running jetifier to migrate libraries to AndroidX. You can disable it using "--no-jetifier" flag. Jetifier found 998 file(s) to...
View ArticleOn state upadte React native setState method not calling render function
Scenario:: I am trying to make a todo list app using react native, in which I store the input data that is the particular 'todo' in the AsyncStorage. Now when I try to change the items in the state the...
View ArticleAndroid failed to load JS bundle
I'm trying to run AwesomeProject on my Nexus5 (android 5.1.1).I'm able to build the project and install it on the device. But when I run it, I got a red screen sayingUnable to download JS bundle. Did...
View ArticleCustom font not working in React Native
I want to use a font from google fonts in my app. Here is the font.I have placed the .ttf file in app/fonts. package.json:{ "name": "xxx", "version": "0.0.1", "private": true, "scripts": { "start":...
View ArticleWhy I cant insert a List in the WritableArray?
I have a case where I want to insert a List in the WritableArray and send it to React-Native but for some reason, it doesn't work, I don't receive anything back in RN:public static...
View Article