How to call a Link a Native Android Module Library in React Native
I've been tring to use an Android Library Module but my React Native project fails building whenever I add it as a dependancy :build.gradledependencies { . . . implementation project(path:...
View Articlenull is not an object (evaluating 'RNPushNotification.getInitialNotification')
I'm trying to use react native push notification in expo app so without eject the project. I'm facing a problem :localNotification.js:import PushNotification, {Importance} from...
View Articleaws amplify auth.js not working with android emulator
I have created a basic POC app react native app. Lambda behind an API gateway guarded by cognito.I was prototyping my expo app code with the web interface, and everything works as expected there. I get...
View ArticleAndroid Development - Can somebody help me explain the error when starting...
Please help me to understand this. Thank you.I'm working on a react-native 0.60.4The app is running but not crashing upon open.It display blank canvas, and do not continue to display a thing.See the...
View ArticleCreate an icon for my app with react native
I wanted to create an icon for my app, so i am using this answer from How to add icons to React Native appthen i made this in the react-native projectyarn add @bam.tech/react-native-make right here it...
View ArticleLocal Images (as assets) not Loading in iOS; Expo EAS Build (React Native)
I have used several icons in the application, but they are not loading in iOS build, but load perfectly fine in Android build. The icons been used are PNG files in local assets folder. I have tried to...
View ArticleField: android - should NOT have additional property [Expo managed workflow]
If I add this attribute, that I need to set false, because in my build file is true, I get an error saying :"Field: android - should NOT have additional property". Do you know how can I solve this...
View Article2 files found with path 'lib/arm64-v8a/libc++_shared.so' from inputs...-react...
I am trying to enable package of ffmpeg-kit-react-native in react-native.The sample commands given in the example executes successfully. But I want to use libwebp for converting gif files to webp which...
View ArticleReact Native WebView and login by Facebook and Google
I use the WebView component in my mobile app. It shows my webpage on which I logged in with Facebook and Google. Facebook is authorized, but it doesn’t bring me back to the app and I don’t get any data...
View ArticleAndroid Plateform,When i am using React-native-firebase performance , logs...
I use perf like this.import perf, { firebase } from '@react-native-firebase/perf';import { View, Button, Text } from 'react-native';import React from 'react';import { styles } from...
View ArticleSQLite React Native db.executeSql() no response in Android Sim
I have a strange problem. I installed react-native-sqlite-storage like described on their docs (with autolinking and with the bundled SQLite, not androids SQLite, since it doesn't support JSON...
View ArticleUsing react-native-video to read the video from android asset folder
I am using react-native-video to play videos and it works well in React Native asset system. But in my case, I must to read the video from android asset folder.Does anyone can help me?Below are the...
View ArticleWebView (react-native-webview) doesnot work as expected for android but works...
i am using react-native-webview (^11.23.0),The scripts inside the embedded html do not work. Fetch operation fails to locate the webassembly file in the project, for android.Note :1.i was not able to...
View ArticleEditing app.json properties do not effect my react native app (expo)
I am using expo to develop my react native app.App is working well and I am trying to change app.json propeties so that navigation bar will change.I have added this code to...
View ArticleCan we get face-id in react native for Android devices?
I was implementing biometrics in my app for authentication. I am using react-native biometrics for it. Every things working good just one stucked. Face-id is not working in Android. I did a lot of...
View ArticleFace Id Authentication for android in React-Native
i want android face_id authentication sdk for my react native android app login. I have used plugins which are available which support only finger authentication and password for android. Please let me...
View Articleexpo react-native - disable timeout to metro in tunnel connection
My development environment is in ubuntu on wsl2 with vscode as editor running on windows using the remote wsl extension. I am running it on a physical android device using the Expo Go app using the...
View ArticleReact Native ReferenceError Can't find variable
Have been going through the documentation in https://facebook.github.io/react-native/docs/text.html . Its not clear how to link the reference between the two classes. I am trying to use the tag instead...
View ArticleReact-Native Android error:Exception in Native Call From JS
I have project which I have ejected from the expo, on IOS build everything works fine, but on Android I am getting this error, After many searching I could not find out what could be cause this...
View ArticleIs it possible to load a static react native page in a webview?
The content of my Next js app is not being loaded in my WebView.I have a simple next js app that i want to load as static file in a WebView.To do that i ran:npx next build npx next exportthen i copied...
View Article