React-native Pushwoosh plugin not getting push notifications (Android)
I've followed this guide (https://docs.pushwoosh.com/platform-docs/pushwoosh-sdk/cross-platform-frameworks/react-native/integrating-react-native-plugin) on the website but it just isn't working in my...
View ArticleHow To Do Facebook Login in React Native?
I want use Facebook Login in my React Native app. https://developers.facebook.com/docs/react-native/configure-android I used this documents but when run react-native run-android code after complete...
View ArticleSpinner dropdown visual bug in EMUI (Huawei, Honor)
I created a custom style for spinner dropdown, but I have a visual problem with EMUI layer (Huawei, Honor).I test in Samsung A8 (8.0), Xiaomi Redmi Note 3 (6.0), Samsung A50 (9.0), Moto E3 (8.0) and...
View ArticleHow to implement Android playstore in-app update with react-native
How can I implement play store in-app update with my react-native app, which is already live on play store?I have already implemented code push and also internal version check via API calls to force...
View ArticleProblem with a React-Native password textInput
I created a textInput component for the user to enter a password.When the user types a password in, the password appears hidden. However, when the user presses the 'Show Password' button I would like...
View ArticleReact-native fontawesome some icons are not showing
I just added FontAwesome without third-party libary like this tutorial and its mainly working but some (about the half) of all Icons are just empty sqaresso what am i doing wrong? or is FontAwesome...
View ArticleReact Native push notifications: what is supposed to trigger push token to be...
I'm using react-native-push-notification in React Native 0.61.5, on Android. I've followed the installation instructions at this link, including the onRegister() function that is called when the push...
View ArticleKeyboard hides content for Android React Native webview
I am using React Native's <WebView> component.The documentation has no mention of how to handle the keyboard hiding the webview when the webview's HTML contains an <input> which becomes...
View ArticleFlatList Slow and start flicking when many screens in their previous route.?
FlatList start flicking and slow when we navigate from one list to another (screen1-list ---->screen-normal ----> screen3-list). The list on first screen works fine but when i go to the 3rd...
View ArticleReact Native, Expo Android Build: Error While Updating Property X in shadow...
I built an app using React Native through Expo SDK 36 and built an apk and an aab for Android on SDK 29 (Android 10).The build worked perfectly on Expo Simulator (Android and iOS). The android build is...
View ArticleWhile enableProguardInReleaseBuilds is true ,build failed
I want to reduce my react native apk size and I found a solution on here (https://facebook.github.io/react-native/docs/signed-apk-android#enabling-proguard-to-reduce-the-size-of-the-apk-optional)....
View ArticleImageBackground repeat on Android not filling up the screen
I am building an app using react native and I want to achieve a background image with repeat resize mode like this.<View style = {style.container}> <ImageBackground...
View ArticleCustom Alert control in react-native
I am developing react-native app and trying to make a custom alert method (like Alert. alert() as given in Official site of react-native). React-native alert has no styling property for Font Size and...
View ArticleUsing React-native-firebase phone auth with Android
I want to use phone-auth in my react-native app. i am using react-native-firebase library. From their docs, The debug signing certificate is optional to use Firebase with your app, but is required for...
View ArticleHow to get original Uri when image share from gallery to App in android Pie
I am implementing an image/video share from the outside app into my app. I am using this library for sharing the image from outside the app to my react native app. Everything is working fine on up to...
View ArticleHow do I get onresume event from React-Native?
How do I get onresume event from React-Native? I want to do some check when Android main activity resumed. I check source code of RN, but it seems no event when app resumed.
View ArticleReact Native center image horizontally in header
My header.js looks like this:import React from 'react' import { Image, TouchableOpacity, Dimensions } from 'react-native' import Icon from "react-native-vector-icons/Ionicons" import { View } from...
View ArticleHow can I join multiple commands in one line for package.json scripts?
I'm using detox for end-to-end testing my react-native app. When I try to run yarn detox build -c android.emu.release it does not run the script well cd android ; ./gradlew assembleRelease...
View ArticleTurn flashlight on/off In QRcodeScanner React native - Alternative Solution
Turn flashlight on/off In QRcodeScanner React nativeI have follow the tutorial above, but still not working. It doesn't turn on the flash on pressing the touch opacity.The issue is the same as the...
View ArticleTurn flashlight on/off In QRcodeScanner React native
im using react-native-qrcode-scanner and what i want to do is : when user press on a flashlight icon flashLight go on i done this :<QRCodeScanner showMarker onRead={this.onSuccess.bind(this)}...
View Article