react native mapbox gl - crash on Android
I'm facing this issue, can't find the solution yet.I'm using @react-native-mapbox-gl/maps for my app.This is reported from firebase crashlytics.Fatal Exception: java.lang.NullPointerException Attempt...
View ArticleError:null is not an object (evaluating...
I am working on react native project. Code and dependencies files are given below and I am getting the error as Error:null is not an object (evaluating '_RNGestureHandlerModule.default.Direction')Below...
View Articlereact-native run-android Fails MacOS
Complete Console Output is belowinfo Running jetifier to migrate libraries to AndroidX. You can disable it using "--no-jetifier" flag.Jetifier found 967 file(s) to forward-jetify. Using 8...
View ArticleShow AdMob Rewarded Ad multiple times in React Native
I have created a Button to display a rewarded Ad whenever it gets clicked.There are two issues now:1. It takes too much time to load the Ad (I can click the button once or twice before anything...
View ArticleWhen i run react native on android im getting this error : ./gradlew...
it is working in ios but come to run in android show this error.error Failed to install the app. Make sure you have the Android development environment set...
View ArticleLarge file sending by using react-native-ble-plx
I'm trying to write in a characteristic that sends a binary file as the value, this value is large, it's 19215 bytes which is not a problem because i've divided the file into 240 bytes for each element...
View ArticleRelease apk crash when appear Toast
Hello. Talents.How are you?I am developing an app using Expo.Expo SDK 35.And also I am using react-native-root-toast.On expo client app, it is working well.But after releasing apk, app crashes when...
View ArticleHow to send reference android:drawable to a Native Module Android in React...
I've a big problem with React Native and my android library for React native.I'm developing a npm package for react native and the specific problem is that I need the next functionality:1) On react...
View Articlejava.lang.RuntimeException: Requested enabled DevSupportManager, but...
After creating an app in React-Native, I imported a third party component into Android. After the integration of this component, which worked on an Android app, on the app in React-Native it gives me...
View ArticleDisable download in React native WebView
I am using a React Native WebViw in my app. I want to disable download of files. Mostly just documents. I cant disable storage permissions as certain features in the app need this feature.
View Articlereact native maps android studio build failure
By following below steps I am able to get the react native maps working in ios simulator,but for android I am getting the below issueCould not determine the dependencies of task...
View ArticleShow Interstitial Ad after splash screen in react native
I am developing an application in react native one of the requirements of the application in showing an interstitial ad when starting the application before it loads any component, this due to the...
View ArticleRunning Expo/React Native in Android Device
I have an React Native app developed with Expo, while scanning the QR code works perfectly, when i try to run the app in a connected usb debug succesfully enabled android device with expo start...
View ArticleExecution failed for task ':react-native-admob:compileDebugJavaWithJavac
I can't run the app after installing react-native-admob. Any help would be appreciated. Thanks guys.
View ArticleIs it possible to build an Android SDK and iOS SDK using React Native?
In my company we are building Android SDKs and iOS SDKs. The reason why we are building SDKs is because we don't want to give away our code and methods to ours customers, we just want to hide how we...
View ArticleHow to keep react-native app as LTR (right to left)
I have created a simple chat application with react-native, it looks very nice when the device language is left to right, but on devices with RTL (right to left) Language it looks very bad and layout...
View ArticledrawerLockMode : 'locked-closed' not working directly with createStackNavigator
When I specify drawerLockMode direactly with createStackNavigator it is not working.const drawerStack = createStackNavigator({ HomeScreen: { screen: HomeScreen },}, { headerMode: 'screen',...
View ArticleHow 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 ArticleAny Drag & Drop app front-end creator with code [closed]
I am a Laravel backend developer and just finished creating the API for my App. I have no knowledge about front-end designing. I Just want to ask that is there any service or software where I can...
View ArticleReact Native app crashing when visiting specific screen
This screen works fine when testing using Expo, but crashes the app when it is bundled to apkI'm not sure whats causing the crash here, but it works on Expo.This has been tested on both emulators and...
View Article