JWT flow in React Native
I have a web app that communicates with an auth server that stores the access & refresh token in an httpOnly cookie when the user logs in, now building an app so what is the best practice for storing those…
I have a web app that communicates with an auth server that stores the access & refresh token in an httpOnly cookie when the user logs in, now building an app so what is the best practice for storing those…
I am a developer and I am in charge of uploading new versions of an application developed with react-native. I am going to release a modification and this modification makes that for previous versions of the application some things stop…
Facing the issue where I enter data in the "Address" field where I want to get user's home address and it automatically gets removed while the other fields work just fine i.e. the data entered stays in the field. Apologies…
I'm trying to create a sheet/modal that, when open, has a backdrop. The issue I'm facing is that my Bottom Tab Navigator and its header are not being overlayed by the Pressable component. I would like for this component to…
When using the react native libraries like react-native-mqtt or sp-react-native-mqtt not able to connect the device to iot hub and send the messages using mqtt protocol. Getting unauthorized error. But am able to connect the device to iot hub and…
I have a calculator app with a lot of buttons (TouchableOpacity's), and the problem occurs when the user presses a lot of the buttons very fast after each other: The first button press may get handled, however the other button…
I've added react-native-reanimated to my react-native project. The animations run fine but my eslint is giving errors when run using cli or on github workflow. error Resolve error: Cannot find module '/myAppPath/node_modules/react-native-reanimated/lib/module/index'. Please verify that the package.json has a valid…
I'm currently working on a react native project and I have recently updated expo from 48 to 51 and gradle from 8.0 to 8.7 but I've been running into a lot of issues while building and I don't understand what's…
I have issue releasing a react-native project in appStore after I submit the app. I get rejection from Apple rejection msg: ITMS-91064: Invalid tracking information - A PrivacyInfo.xcprivacy file contains invalid tracking information at the following path: “Frameworks/SASDisplayKit.framework/PrivacyInfo.xcprivacy”. NSPrivacyTracking must…
Error downloading and extracting template package: Error: Could not parse JSON returned from "npm pack expo-template-blank --dry-run" I intend to create a project with exfo using a template, either from blank or template typescript