Android java.lang.UnsatisfiedLinkError: couldn't find DSO to load
I just set up a brand new react-native project (0.62). Running a fresh debug build works just fine.I set up signing following the documentation: https://reactnative.dev/docs/signed-apk-android, and...
View ArticleSign Request with X509 Certificate from Keychain
Our users have Android devices managed through MobileIron which installs an X509Certificate chain on the user's device. We also have a DataPower instance that issues a certificate challenge to return a...
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 ArticleConnecting bluetooth devices with React-Native App
I am using react-native-bluetooth-serial. I get this error whenever I try to connect a bluetooth device via my react native app:Error: read failed, socket might closed or timeout, read ret: -1Unable to...
View ArticleHow to Fix 'VirtualizedLists should never be nested inside plain ScrollViews'...
Am getting this warning 'VirtualizedLists should never be nested inside plain ScrollViews' on my react native application, cause am I have some elements in my scroll view . I have looked around for a...
View ArticleGoogle sign in API inconsistently returns givenName and familyName as "null"
We have an app in Google Play that has been working just fine. It is built with react-native and the iOS version is still working just fine. Starting this morning, when users sign in with google sign...
View ArticlelibMailCore.so has text relocations
I made a mail application with react-native and expo.I did a eject to install a component (react-native-mailcore). all the building is fine but, when I try to use the library to access the mail server,...
View ArticleHow do I force an expo app to update
I have an app written in expo, and can't figure out how to push a new build. On the expo site if I run the app from the QR code the app is correct, but the native app from the app store doesn't...
View ArticleTypeError undefined is not an object (evaluating 'value.replace')
The strange thing is that it works on my web browser when I run it on Firefox using the Metro Bundler, but when I try to do it on an Android phone I get the error: TypeError undefined is not an object...
View ArticleShould gradle.properties be in gitignore for a react native project to hide...
I'm working on a react native app on windows. To be able to generate a signed release apk I've added MYAPP_RELEASE_STORE_PASSWORD=*** and MYAPP_RELEASE_KEY_PASSWORD=*** to my...
View ArticleReact native navigation dont work after build expo
App navigation dont work after build by expo. But in dev mode all work good.For build I use comande expo build:android and expo start. After that I download app from expo site and install apk file. App...
View ArticlePush Notifications not working on RN0.62.2
In JS, using firebase.messaging().getToken();, I'm able to successfully get an FCM token.I'm going into our project in Firebase and sending a test notification to this device.The notification does not...
View ArticleReact Native: borderRadius and padding styling for nested text
I want to apply a different borderRadius and padding styling to nested texts, but as far as I could understand this is not supported by react native yet. Is there a workaround for this ? What I tried...
View Article"React Native,Android" I am unable to run android project after ejecting it...
I have build a project using expo ,it is working fine using expo when i eject it and run using android studio.Whenever i entered npm run android or react-native run-android commands it shows me error...
View ArticleJS scripts not loading in WebView on Android when testing with Expo
SDK Version: 3.15.4Platforms: AndroidI’m testing my app on Android with Expo. One of my screens is a WebView loading a site from a URL. JavaScript in <script></script> tags doesn’t seem to...
View Article@react-native-firebase/auth: app not authorized Error in signInWithPhoneNumber
I am trying to set up a react-native project with firebase to signInWithPhoneNumber functionality. I am receiving an error: NativeFirebaseError: [auth/app-not-authorized] This app is not authorized to...
View ArticleReact-Native failed to install app due to android developement environment
After messing up with my .zshrc file, and fixing it to working fine, I am beginning to have issues starting a react-native app, if I should run a flutter app using android studio, it opens in the...
View ArticleReact-Native Native UI component doen't resize (Android)
I have issues with React Native respecting the height of an Android Native UI Component. I have created a very simple use-case to demonstrate the issue. React Native version = 0.61.5.Android, React...
View ArticleHow to hook viewpager swipe event up to update state react-native android?
My js is abit rusty and im abit confused about how to update the state after a swipe event in my react-native android app. Im trying to hookup this ViewPager based on the official ViewPager and i just...
View ArticleHow to specify Metro Bundler IP adress in my React-Native dev-environment?
Not sure if this is even possible, but here goes:SetupI have a React-Native app setup using react-native cliI'm trying to make network requests to my application backendsay, stage.foo.com/graphqlI...
View Article