I have a text component which is contained within a parent of a set width alongside a small black box to its right. My question is why does the text elipsise on
Error message: TypeError: _native.default.div is not a function. (In '_native.default.div(_templateObject || (_templateObject = (0, _taggedTemplateLiteralLoose
I have implemented tensor-flow camera functionalities for pose detection on a website and then hosted it on netlify. Link: https://uactivsite-mobile.netlify.app
When I set drawerPosition: 'right' it behaves strangely. For the drawerPosition: left, it works as expected. The blue panel on the screenshot is the drawer that
I am developing a RN app in Expo with firebase as backend. So far, the app only uses firebase auth and firestore and for whatever reason, I randomly started get
I've got a very simple cloud function that returns a string in a JSON. const functions = require("firebase-functions"); // Create and Deploy Your First Cloud F
I have created custom alert with Modal in react native but it renders only once. This is my component import {Text, View, Modal, TouchableOpacity} from 'react-n
/it says chalk not found how do i fix this/ node:internal/modules/cjs/loader:361 throw err; ^ Error: Cannot find module 'C:\Users\sefal\Desktop\react-native\den
I am trying to use AD FS as Identity provider with react-native-azure-auth library. It works fine with iOS, redirects and returns token back from the login scr
I am trying to use AD FS as Identity provider with react-native-azure-auth library. It works fine with iOS, redirects and returns token back from the login scr
I need to use Checkbox in my react native app. However, CheckBox was removed from react native library so I had to use CheckBox from @react-native-community/che
React native project when debugging crashlytics not working Logs given as below 2022-04-20 16:59:18.685 Db Wapp Staging[76015:1fff68] [com.apple.defaults:User D
I want to see the posts made by all users. so i want to get all data regardless of user id function storePostData(){ firebase.firest
I have an svg file: <svg xmlns="http://www.w3.org/2000/svg" width="260.346" height="65.709" viewBox="0 0 260.346 65.709"> <g id="logo" transform="tra
While creating order_id by using razorpay API of orders the order id gets generated. But when I pass the value of order id in checkout, it throws me the error a
I am trying to build a mobile application and for sending my audio file from my reactnative frontend to my python backend I want to convert my audio.wav to base
Try to preview a file(pdf,word,doc),once select from document picker? using webview, but it crash the application in android How to read and preview file uri fr
Unexpected identifier '_classCallCheck'.import call expects exactly one argument. Problem with React Native. I tried everythig from google, but it didn't work.
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