I am getting an error after trying to install and use web3 into my react native website, that I am building to learn more about web3 development. After installi
I am trying to implement authentication flow where a User can log in and log out. If the user presses a button in LoginScreen, the signIn() function from AuthCo
I would like to change the height of a modal stack, so you can interact with stacks while still having an overlay modal. --navigator |--any stack |--over
We store our configurations on the vault and during the Github action workflow we pull this and intend to use this for the app during build time. This is our wo
I have this spring boot app running on an AWS EC2 instance and when I make a post request from insomnia in my computer, it works, but, when calling it from my r
Actually I'm trying to set value of the animation with setValue() after Animated.timing() is finished and want to use this updated animated value then in a loop
I have created an app in React Native / Expo. It works fine during development but is crashing when I create a standalone app (expo build:android) The splash sc
Any ideas on why this doesn't work: import Timesheet from './Timesheet.docx' Works in the web browser, it gets imported and I can use the url to access the fil
Is there a way to determine when the drone has been powered down (when the remote controller is still powered on)? For example a pilot may change the drone batt
I want to make a ScrollView that uses data that it async fetches from my backend. But for the moment when I try to render the subject, or even log the subjects,
I am getting this error. error Android project not found. Are you sure this is a React Native project? If your Android files are located in a non-standard locat
I'm using a library called PhoneInput from "react-native-phone-number-input." This is the code below: <View> <SafeAreaView style={styles.wr
I tried to render fetched data from the firestore and display them into react-native-chart-kit. However, I always face the below error: invalidNumber: M0,0 L-I
error Failed to install the app. Make sure you have the Android development environment set up: https://reactnative.dev/docs/environment-setup. Error: Command f
I am using this code to push to a real time database with NodeJS and this is working fine import admin from "firebase-admin"; admin.initializeApp({ credenti
Here's my Interface which I'm using with mapStateToProps: export interface IStore { cache?: any; dataManager?: IUR; userPrefs: IUP; fingerprintModal?: I
I am noticing some issues with Expo-AV after updating to SDK 45. I am using react-native with an expo managed project. I am receiving this error when trying to
There is a performance issue on Flatlist when nbCols > 1 that remount every items. This is a reproducible example here : https://snack.expo.dev/@techskeat/fl
Trying to use FaceId with Expo. And documentation is below: https://docs.expo.dev/versions/latest/sdk/local-authentication/ It looks like compatible with manage
I have tried adding metro.config.js as const defaultConfig = getDefaultConfig(__dirname); defaultConfig.resolver.assetExts.push('bin'); module.exports = defa