React Native: Why is this screen rendering differently in snack.expo.io than...
I have this screen in my React Native app: https://snack.expo.io/@gkeenley/playful-blueberriesIt renders fine in that snack ^^ for web (the default emulator), but for Android the image gets a height of...
View ArticleHow to Launch a React-Native App inside other React-Native App
I am having a requirement,wherein i have a React-Native app (PrimaryApp),and having a Game-App(Secondary App) which is also developed inReact-native.Now on a button click of Primary App I want to...
View ArticleHow to show moving direction React Native
I'm using this package for location tracking and using Firebase. then how to show moving direction on map like if moving west my location turns into looking west. I didn't find anything like this. It's...
View ArticleHow to load React-Native Bundle File in React-Native Component
I am having a requirement where i have a Primary App and a SecondaryApp.created a bundle of Secondary App and added in Primary App'scertain folder.Now I want to load that bundle in Primary App's...
View ArticleHow do you implement PermissionAwareActivity for react native?
There is very little documentation on react native's PermissionAwareActivity and I need to implement its methods for Android API 23+ to allow the user to accept / decline bluetooth permissions.import...
View ArticleAAPT: error: resource android:attr/fontVariationSettings
I am pretty novice in react-native. I am trying to build a release APK of android for my react-native application. But I am getting this error : AAPT: error: resource android:attr/fontVariationSettings...
View ArticleChange the default camera in jitsi-sdk for android
I'm developing my own video-conference Android-App and using the jitsi-sdk.But I want to set the back camera of my Smartphone as default. The user can change it once the conference is launched, but my...
View ArticleWhat is the difference between Android Studio and frameworks?
I have seen many people recommending frameworks like Ionic, Xamarin, Flutter, React Native etc for developing Android apps. However, I have been coding in Android Studio using Java and Kotlin and have...
View ArticleReact Native: uri image display black block, after some moment app crash
I am trying to display an image from a URL. In the emulator, the image displays perfectly. When I run this on the device it displays a black block and after some moment the app crashes without any...
View ArticleIs it possible to enable native download dialog like in Chrome in...
In Chrome I can go to Settings -> Downloads -> Ask where to save files -> On and during download I am presented with download dialog like on the picture below.Is possible to achieve this...
View ArticleReact Native: app doesn't load, but no error messages, after installing...
I followed all the steps in React Native's get started page, including running npx react-native init AwesomeProject to create a starter project. (I'm following the steps for "React Native CLI...
View ArticleReact Native: The development server returned response error code 404
I am trying to run a react native app on my computer, using an a Ngrok server. I am using port 8081 on my computer, when i run the command npm start in terminal my server runs on the port, and when i...
View Articlehow to update React native android app with expo
I build an android app in react native and expo. Now I made some changes to the code and was thinking that is it possible to update the app OTA for the users. My app is not published to the play...
View Articlereact-native send image form data success with emu but error 422 on real device
so this is my problem :my code just returning error 422 when send data from real devices, but doing good on emulator here is my form data code : const data = new...
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": "node...
View ArticleCould not get unknown property 'mergeResourcesProvider' for object of type...
I want to integrate webrtc in my react-native application ,Installed the package for react-native react-native-webrtc.Finished all the steps mentioned in the documentation ,But im getting error...
View ArticleAndroid 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 ArticleHow can i set elevation shadow only on the bottom on react native
I'm trying to add a shadow on the bottom of a view, but i don't how to do it on Android. With elevation it put a shadow also on the top. Is there a way to do it like on iOS?Here's my code:export...
View ArticleHow to increase duration of heads up for Android notification
I am developing a react-native app with video call feature and need a 'heads up' notification hanging on for about 40seconds when user receives a call like we have for normal incoming calls. But it...
View Articlenternal/modules/cjs/loader.js:797 throw err;
:ReactNative:Unexpected empty result of running '[node, undefined, config]' command.:ReactNative:Running '[node, undefined, config]' command failed.FAILURE: Build failed with an exception.Where:Script...
View Article