App 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 ArticleCould not be generated release apk for the react-native project
I am getting these errorsTask :app:bundleReleaseJsAndAssets warning: the transform cache was reset. Loading dependency graph, done. info Writing bundle output to:, C:\KLS info Writing sourcemap output...
View ArticleReact Native ViroVRSceneNavigator.onExitViro method not called on Android...
I can't seem to get OnExitViro working on Android devices, but for iPhone the onExitViro method gets called and on iPhones it's showing a left arrow and on Android devices it is showing "X". My...
View Articlehow to reduce react native build apk size
i have built a react native project and i added some libraries and i build an apk to check if it works and i saw this. i have no activities right now, just a couple of libraries.this is how my...
View Article'installDebug' not found in root project 'android' React Native
I am trying to run my project on the android simulator. When I run react-native run-android I am getting the following:FAILURE: Build failed with an exception.* What went wrong: Task 'installDebug' not...
View ArticleI got this error while making APK file in react native in last step
I got this error while making APK file in react native in last step (click here to see)
View ArticleActivity is very slow to show when screen is locked
I need for my call video app a screen to show even when user receives a call. I used this very good tutorial to achieve this and it's working, screen wake when user receives a call.But my problem is...
View ArticleReact Native Android: Detect tap on a notification
I'm trying to detect a click on a notification.I use react-native 0.61 and : react-native-notifications 3.1.4 (but get the same results with react-native-push-notification 3.1.9).Everything works well...
View Articlereact-native-webrtc samsung android crash
I have already posted this question on the react-native-webrtc community but without much luck so far, so here it goes.I’m developing a mobile app that simply streams video from the back camera using...
View ArticleI got this error while making APK file in react native [closed]
This is the error This is the reference file to this error
View ArticleUnfocus a TextInput in React Native
I'm building an Android app with React Native. How can you force a TextInput to "unFocus", meaning the cursor is blinking inside the text field. There are functions for isFocused() and onFocus(), but...
View ArticleReact Native APK release
I'm trying to build a Singed apk using android studio. I'm using react-native. As new to this field I actually can not find how to make it. I just run it from terminal and it just builds from...
View ArticleHow to share App link using react native Share API?
I am trying to share my app installation link to others from my app settings in react native.I used the react native share api for this.But using the below code the output only shows the message(code...
View ArticleTrouble when trying to run android project
When I try to build an Android app in react native, I always get an error. So, I ran thecd android && gradlew installDebug --stacktracecommand and the output is as...
View ArticleIs using expos intern filesystem API a better solution than the...
I am fairly new to AppDevelopment with react-native and I am using expo. I have a hard time writing to the file-system, especially with react-native-fs. So I heard about the expo-file-systemand that it...
View ArticleI activated debug mode in react-native android, app not working anymore, I do...
My app was working in android emulator. I wanted to debug so I did adb shell input keyevent 82.Now the app in the emulator is in status "reloading" and nothing shows up anymore. No idea how to go back...
View ArticleGoogle Play 64-bit requirement in React Native Version 0.61 release
I used to use version 0.54 of React Native, but due to a problem with the 64-bit version of Google, I had to create a new project (I did not update this version, but I created a new version).I am...
View ArticleAndroid 'Super expression must either be null or a function' in...
When upgrading to the latest version of RN 0.62.0 importing the package leads to Type Errror: Super expression must either be null or a function
View Articleflatlist pull to refresh react native
I used below example and implemented the flatlist and lazy loading. But when I pull to refresh I need to add spinner, but the problem is my my control is not going inside handleRefesh . I event put...
View ArticleReact native application fails to build after trying to implement Bluetooth
I have just setup a basic react-native app. I am trying to implement Bluetooth and have done npm install react-native-ble-plx in the root folder. However, when I try to run the app on my android device...
View Article