How to set android push notification color and icon?
I am using react-native, amplify, and pinpoint. I have followed several guides and stack overflow questions to set the android default color and icon for push notifications like this:<meta-data...
View ArticleApp rejected due to privacy policy url issue but there no field for privacy...
I have recently submitted an app which got rejected due to below error> Issue: Violation of Families Policy RequirementsApps that contain elements that appeal to children must comply with all...
View ArticleLocation not updating on server when app enters stationary when app is in...
Location updates correctly when app is in foreground or when sent to background while user is moving but if app goes into stationary region while app is closed or is background location stops to...
View ArticleReactNative WebView content height calculation working fine on iOS but on...
I am using web view to load my rich text editor html content in react native. The problem is I need to render multiple webviews one after the other vertically. And webview need a explicit height to...
View ArticlePush Notifications Configuration Error - React Native
I am trying to create push notifications in my react native project both in iOS and android.I have followed both the configuration instructions for react-native-push-notification and...
View ArticleReact native navigation drawer is not covering header in my application
I am new to react native development, but i have some requirement with react navigation drawer. I want to display the navigation drawer from top of the screen but it is display below from toolbar. It...
View Articlehow to normalize font size?
In android, you can increase the font size. If you use the maximum font, the layout will break. You need to come up with a formula so that when you change the font size on the device, the font size in...
View ArticleHow to forbid Tablet usage in expo / react-native?
I have developed an app with Expo and react-native for Smartphones - now I am trying to upload the ".aab" file to the Google Play Store - however it seems like it will be available for tablet and...
View ArticleHow to use CodePush only on Android with React Native
I'm currently building a React Native app which will be available only on Android for now. I decided to use Code Push to update the app without the Google Play analysis delay. I installed the react...
View ArticleHow to building React Native App using WebRtc
Thank you for your help in advance.I want to make a new WebRtc mobile application for video calling using react native, i checked many articles but not getting exact information how to start. Can any...
View Article(React-Native 0.62.0) Getting Unable to find a matching variant of project...
My project was working perfectly but it stops building after upgrading to RN 0.62.0 from RN 0.59.5 (debug build is working fine, it happens only for assembleRelease)I did some research and came across...
View ArticleReact Native - Android - keyboardavoidingView in stackNavigator within a...
I am trying to build an auth flow that has a welcome page and then login or signup depending on the user's case.It is built inside a stack navigator. The first screen has no header but then login and...
View ArticlePassing useState update function to child causes undefined function error
Using expo and react-native I have created a screen called MainStateScreen this screen essentially has two direct children called OptionsComponent and NavigationButton. OptionsComponent has multiple...
View ArticleExpo push notification sound and popup doesn't work
I am developing an app with expo and push notification works fine but without sound and it doesn't popup..Note: it only vibrates but without notification sound.My client side if (Constants.isDevice) {...
View ArticleUnable to connect with remote debugger
I'm using React.JS and when I do react-native run-android (with my device plugged in) I see a blank page. When I shake the device and select Debug JS Remotely from the option list I see the following...
View ArticleAndroid ReactNative Expo-Av library: How to loop through multiple songs?
New Dev. Was given a task by this spot i'm Interning at.We are developing a react native app, and using the expo-av library they have a theme song playing on repeat in the background of most of the app...
View ArticleRunning react native bare project results in error A problem occurred...
I have installed react native through the expo kit and now when I run yarn run android I received that error. I haven't changed anything on the template. I don't know what is happening.? If there are...
View ArticleReact Native FBSDK TypeError: null is not an object (evaluating...
I'm trying to use the react-native-fbsdk to log some app events like add products to cart, purchase and etc on Android. I followed all the Android installation instructions on the official page:...
View ArticleHow to clear react-native cache?
In react-native development, there are multiple caches used when the app is built:React-native packager cacheEmulator cacheJava side cache (.gradle) folder (only in android)npm cache (if relevant?)Am I...
View ArticleAndroid equivalence of iOS ActionSheet
What is the Android equivalence of the UIActionSheet in the iOS SDK? I am working on a React-Native project and need to maintain the use of native controls where possible. I have not come across an npm...
View Article