How do I open an Android app's .APK file to update underlying code?
My app is developed in react-native and the third party app provider are charging to implement the code for deep-linking.Though they have shared the .APK file with me.Through some videos & google...
View ArticleReact Native two drawers on one screen
I have an app that needs to be able to use two drawer navigators, one on the left and on on the right side of the header. I am at the point where I can get both drawers to open with the slide gesture,...
View ArticleHow to implement soft hyphen in Android w/ React Native Text
<Text>Aufmerksamkeits{'\u00AD'}defizit</Text>This leads on iOS toAufmerksamkeits- defizitBut on Android toAufmerksamkeitsd efizitSo it seems that Android ignores the given soft hyphen. How...
View ArticleCarousel that work for iOS, Android and the web
I want to do a carousel in react-native and target ios/android/webI have googled, and search on github for react-native carousel,The top result of my search is...
View ArticleReact Native: How to get android actionBar height
i'm trying to get the window dimensions with React Native, but it gives me the dimension with the StatusBar height, i need to substract it.How can i do that?Thanks
View ArticleHow do I specify an environment variable while building an Android App Bundle
It looks like App Bundle is the preferred way of doing things (over APK) so I'd like to try to use it.I need some way to specify an ENVFILE argument for building my React Native application. This is...
View ArticleENOENT: no such file or directory, open...
When I run npx react-native run-android --variant=release in RN 0.61.3 and I receive this error message. ENOENT: no such file or directory, open 'android/app/src/main/assets/index.android.bundle'The...
View ArticleAdd Android Icons to React Native Project
ProblemI'm trying to add icons to my React Native app for Android but I'm running into a big problem. The recommended way in the Android documentation isn't working for me. When I right click on the...
View ArticleReact Native Gradle assembleDebug takes an hour
I have a basically unmodified react native project that takes almost an hour to build. It was taking 15 minutes until I made a few small tweaks (which were supposed to speed things up) and now it takes...
View ArticleExpanded component in react native on android is not touchable
I am implementing my custom react native drop down for ios & android.The component has a scrollView (the dropdown options) that opens when the component is pressed.The component that is "expanded"...
View ArticleHow to register a new fingerprint in the device?
I am using this library in RN to implement fingerprint scanning react-native-fingerprint-scanner and its working fine with scanning but I would like to implement a function that registers a new...
View ArticleReact Native stream camera of Android phone output to RTSP
I would like to stream my Android phone camera to a server, but my server only accepts RTSP. I have tried using react-native-nodemediaclient output RTMP which working well, but I don't want to write a...
View ArticleHow to selected sound of pushNotification from documentpicker in react native
How to selected sound of pushNotification from documentpicker in react native? I read docs of pushNotification but it says that sound must be in android res/....But how to move selected sound to this...
View Articleerror: getApplication() has protected access in ReactNativeHost
Everything was working until two days ago I got this error:> Task :app:compileDebugJavaWithJavac FAILEDDeprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.Use...
View ArticleWhere does the business logic go in a React-native app?
Inside the React-Native documentation, I only see examples using props, states, styles, and rendering. Everything in App.jsWhere is business logic supposed to go?In particular, I would like to fetch...
View ArticleFiirestore Connect does not work with android notifications
I am currently integrating notifications via FCM into my react native app. On ios everything works as intended. But if I open the android app by clicking on a notification (quit or background state)...
View Article"Deprecated Gradle features were used in this build, making it incompatible...
Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.Use '--warning-mode all' to show the individual deprecation warnings.See...
View ArticleNetwork request failed when release build
When i run react-native run-android , it will working proper Then i needs apk I run react-native run-android --variant=releaseThen while i run apk showing Network request failed
View Articlereact native shadow not appearing on android 4.4 (api 19)
I've used react native shadow for some views, but when I was testing the app on different devices and I realized it's not working on android 4.4 (api 19).How can i solve this problem? shadowOffset: {...
View ArticleHow to set point selection on the chart in react-native-charts-wrapper?
I have a LineChart on my app from react-native-charts-wrapper and usually after the user taps on the chart the dates's bar appears on the chart like this: But i need to set like just point selection,...
View Article