React-native-navigation- drawer .... Could not resolve all artifacts for...
I want to add react-navigation-drawer to my project but after adding that module my project doesn't run. I thought it's because of react-navigation-drawer module, but after some tests I recognized it's...
View ArticleUsing custom fonts in React native Webview
I'm using custom fonts in my entire React native application. I have linked them using react-native link command. They work everywhere except inside the Webview component of Android. It works properly...
View ArticleExtra blank space on bottom while using KeyboardAwareScrollView - React-native
I am trying to make a form with multiple input fields using react-native. I want the form submit button to remain at the bottom of the screen. I've used the following structure...
View ArticleHow can i fix error when using expo-start
I have error when i try type command 'npx expo-start'. Previously it's working properly before i try toinstall react-native-progressmake splash screen with this tutorial...
View ArticleReactNative Video Calling and Voice Calling [closed]
Is there any other open source plugin for voice and video calling other than webrtc-react-native? I tried this one https://github.com/oney/react-native-webrtc but it require a signalling server and not...
View Articlereact native does not show imported tag
Why <QRScanner/> doesn't show on my device? If I run the project only with the scanner, then everything works, but as soon as I transfer it to another file it breaksApp.js import React, {...
View ArticleExecution failed for task ':app:processDebugGoogleServices'. Failed to...
I am keep getting below error:Execution failed for task ':app:processDebugGoogleServices'. > Failed to delete:...
View ArticleReact Native how to design this button?
I need help in designing this button in react-native. Please help me?
View ArticleHow to solve the error, Failed to launch emulator. Reason: No emulators found...
I am creating react native app for mobile application. I am fully new in building react native app. I am using ubuntu for creating the app and following below link to create the app....
View ArticleReact Native App in google Playstore always give same size of update,...
i have a application which is completely made with RN and it is released in google play store. i am creating release with ./gradlew bundleRelease command which will create a bundle unlike apk, also...
View ArticleHow to solve "libmain.so not found" while using Unity as a library in Android...
We have a ReactNative application that has integrated Unity based on react-native-unity-view successfully as a library for quite a long time. However, after most recent updates on ReactNative regarding...
View ArticleReact Native 0.57.1 Android Duplicate Resources
When running ./android/gradlew assembleRelease I get the following error:``` * What went wrong: Execution failed for task...
View ArticleReact-native Consistent way to make a animated view to get full height
I have created a Bottomsheet Component that mimicates the google maps BootmSheet. Th component has 3 different view states: CLOSED, SUMMARY, DETAILS. I have used Animated.View with position:absolute...
View ArticleNot able to get Firebase crashlytics in react native android appliction
I am trying to add Firebase Crashlytics in react native application. I have added all the dependencies as per firebase console suggestion but I am not getting any crash report on the console. I have...
View ArticleReact Native on Android: Unable to determine the current character, it is not...
I create a new application and insert a old code, when i build the application this error appears:Script...
View ArticleCLEARTEXT communication error while running React Native Debugger
In order to fix "cleartext communication to localhost not permitted by a network security policy," error I got while running debugger remotely from a physical device attached to my mac. I created an...
View ArticleHow to solve react native null value in picker?
I've been working on a react native application on the Android Platform. I implemented a DropDown picker but it gives an error.The code piece that gives the error:<View...
View ArticleReact Native: onPress in Android side somehow triggers onNavigationStateChange
I have some code that I implemented a couple of months ago that fixed the ability for a user to who was reading an article on my app and wanted to click on a hyperlink inside that article, once having...
View ArticleHow can We Integrate K net Payment in react-native?
Hello I am working on react native project. Here in this project how should we integrate K-net Payment Integration.Any SDK's is possible for this please let me give the guidance.
View Articlereact-native-maps get current location
I want to display my current location but I cannot. I add permission code to AndroidManifest.xml like below. <uses-permission android:name="android.permission.INTERNET" /> <uses-permission...
View Article