Detox: iOS Simulator how to confirm alert message
I am using Alert from react-native.How do I get detox to press the "Log out" button on the alert message?I tried using await element(by.text('Log out')).tap();But I get "Multiple elements were matched"...
View Articleexpo build:ios throws Reason: Unknown reason, raw: "SSL_connect returned=1...
Yesterday I managed to run the command expo build:ios successfully but this morning it just won't work, I get the following error message after entering my credentials:Trying to authenticate with Apple...
View ArticleError using library react-native-call-detection
I am trying to use the react-native-call-detection library to get the incoming call number.But when I start the android emulator this low error appears.I have already run react-native unlink...
View ArticleOpen Settings App from another App in iOS - React Native
I'm going through the docs in React Native and can only find navigating to external links from the app I am in. I want to be able to navigate to the Settings app (more specifically to the privacy >...
View Articlereact native write to sms without sending it
I want to write a app to backup and restore sms.I know I can read sms using react-native, but how can I write the sms to the phone without actually sending it using react-native?Thanks
View ArticleHow to generate a sports bracket in React Native
I'm making an app in react native that fetches sport data and would display it in a tableau format with nice graphics and user interface. I know that...
View ArticleReact-native ios application build with expo returns error 413 with publish
I have problem with running build react-native application based on expoexpo build:ios returnsRequest failed with status code 413 Error: Request failed with status code 413 at createError...
View ArticleGetting a RAW from camera in React-native
I don't have much experience in React-Native.Problem:"Raw" images are required for training the neural network. at the moment, many mobile cameras give the already processed image, which is applied...
View ArticleStyling react native picker - specifically text alignment (iOS)
I have a picker with full screen width and the text is aligned in the center. I want the text to align to the left but having difficulty. formPicker:{ marginTop:10, backgroundColor:'#eee',...
View ArticleProperty 'overrideUserInterfaceStyle' not found on object of type 'DatePicker *'
I am using react native 0.61.4 and library react-native-date-picker 2.7.3 . I am trying to build the project through xcode and I keep getting this error: Property 'overrideUserInterfaceStyle' not found...
View ArticleDelete application data on iOS simulator without uninstalling app?
I would like to delete application data like local storage without reinstalling the app.I am using AsyncStorage in react-native, and have persisted some data. To quickly test storage, I would like to...
View ArticleReact Native drag down to open a top to bottom sliding sheet, drawer, modal, etc
A bottom sheet, drawer, etc. (lots of names, I'll be calling it sheet) is used a lot in apps and there are a lot of RN packages for it. I need one top-down, not bottom-up. The video below shows what I...
View ArticleAutomatically adding child dependency pods in React Native
I made a repo sometime back https://github.com/irohitb/react-native-smart-statusbarEarlier I was using react-native-device-info as a peer Dependency but recently I moved it to the dependenciesNow, When...
View ArticleModule AppRegistry is not a registered callable module
I'm starting with React Native development and I encountered an issue in the very beginning. When trying to run my app I get errors:Invariant Violation: Module AppRegistry is not a registered callable...
View ArticleReact Native XCode (objc[1284]: Class CLSUserDefaults is implemented in both...
My app is using the latest react-native-fabric(version 0.5.2) and I am trying to run it on my iPhone which is using IOS 13.3. However every time I try to run it through XCode Version 11.3 (11C29) onto...
View ArticleRequiring Modules in react-native
I'm stuck on a problem in a react-native project. I'm trying to do a general require file, where I export all my modules. After that I would like to require only my "require.js" file to avoid calls...
View Articlereact-native Keyboard.dismiss() not working after autofill on iOS
I am developing a react-native app using expo.On my signIn screen I do have two TextInputs (with textContentType username and password). I do have multiple places where I'm calling Keyboard.dismiss()...
View ArticleHow to disable back button after splash screen in React Native
after I finished loading the splash screen and going to the main page, I pressed it back again to go back to the splash screen ..and the question is how to overcome this, so that after entering the...
View ArticleHow can I change Ticketmaster login Header text in react-native?
I want to change header of ticketmaster login header text . While I am passing displayName as empty string ("") in PresenceSDK , my application is crashing.current text : Sign in with your Office...
View ArticleReact Native: Error decoding image data from CameraRoll.saveToCameraRoll
I'm getting a warning sign, saying Possible: Unhandled Promise Rejection: Error: Error decoding image data This is my code.for (let media of mediaArray) { await CameraRoll.saveToCameraRoll(...
View Article