Is there a way to access External devices through lightning/usb-c cables in...
I saw Apple itself has a tool for swift to access external hardware trough the lighting cable. Is there a way in React Native to do the same and access external hardware data through a cable connection?
View ArticleCan not Resolve React Native Camera MLKit Dependencies
My app builds fine on Android Studio, it runs fine with react-native run-android but when I try to generate the .apk it fails with ./gradlew assembleRelease command. I get the following error.Error...
View ArticleExpo calendar event get removed on android if the timezone of device is change
I was working on expo calendar recently. I came across a problem that on ANDROID, whenever I create a new calendar event and change the timezone of the device, then the event is removed from the...
View ArticleBuilding react native app fails on android licenses
I'm diving into react native world for first time and I'm trying to setup a Windows dev environment from scratch following this article. Everything is ok until I try running react-native run-android....
View ArticleAndroid BiometricPrompt DeviceCredentialHandler: onCreate: Executor and/or...
It looks like BiometricPrompt 1.0.0 has a bug where it stays in invisible state throwing that exceptionill suggest a workaround in the answerEDIT(thanks to @Isai Damier):Way to reproduce:open the...
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 ArticleUnable to resolve module `scheduler/tracing` react native
i get some error like this in react-native run-android processerror: bundling failed: Error: Unable to resolve module `scheduler/tracing` from...
View ArticleWeird behaviour with Double Tapping BottomTabNavigator - React Navigation
I use React Navigation to do my Navigation in my mobile app and I have a structure navigation like this: const AccountStack = createStackNavigator( { Account: AccountView, ... }, { initialRouteName:...
View Articlecan't run react native with emulator android on Atom
i have an iphone and i don't have a macbook so i have to use an emulator android to test my application react-nativeWhen I type the command : react-native run-androidI got 2 errors:1- Failed to launch...
View ArticleAndroid : script in HTML can't call addEventListener when I setting...
When I using react-native-webview, I have to set function shouldOverideUrlLoading return false. So that my script in HTML can't listen to the message I send from my Component. It worked fine in iOS but...
View Articlereact-native-video [android] undefined is not an object (evaluating...
I integrated react native to an existing android app, I am trying to use react-native-video component for displaying video on the application.React-native: 0.42.0react-native-video: 1.0.0I followed the...
View ArticleIs react native better over flutter [closed]
I have gone through both the technology, react and flutter, react looks a huge community over different plateform and flutter looks quite new for that, so could some one share their experience which...
View ArticleReactApplicationContext cannot be converted to AppCompatActivity
I am trying to create a Native module for an Android SDK. When I try to pass reactContext to it I get the following ReactApplicationContext cannot be converted to AppCompatActivity. This is the block...
View Articleuse ExoPlayer in React Native
Hi I'm using react native, so I needed exoplayer to show subtitle on it in android.... I added exoplayer inside my app, after that should I do something to use exoplayer as default or it will link to...
View Article@firebase/firestore: Firestore (7.6.0): Could not reach Cloud Firestore...
I am working on a React native project that is connected to cloud firestore and I am using the latest version of Firebase package ^7.6.1, My Application is target both Android and iOS I tested the...
View ArticleValue for title can not be cast from ReadablenativeMap to string
InsertDataToServer = () => { const { pinValue1 } = this.state; const { pinValue2 } = this.state; const { pinValue3 } = this.state; const { pinValue4 } = this.state; var String_3 =...
View ArticleHow can I run react native application in widnows 10?
Hope evrything is fine. I am trying to learn react nattive.I have windows 10 machine.Hyper -v Is not supported.So When I try to run my android application using react-native run-androidI am getting the...
View ArticleHow to customize within Expo SDK36 the Android Splash screen without any...
DescriptionI am building a react-native app with expo SDK36.I want to configure to make a nice splash screen without animation for the moment (using a .png)ReproductionInit a blank expo project:expo...
View ArticleImporting react native app from github and questions for the brave [closed]
I wanted to review one of the showcase application from react native [github library][1], and instead I wasted all day trying to debug errors and install modules and jdk, moving from one error to...
View ArticleFLAG_ACTIVITY_NEW_TASK error integrating android native library in react native
I'm trying to integrate a native payment library in a react native application.The library requires an view setup like this to process the pay result.The library raises next errorCalling...
View Article