How caused this error? Expo - React Native
expo build:ios|bi bash: bi: command not found Cannot call write after a stream was destroyed Set EXPO_DEBUG=true in your env to view the stack trace.After I executed 'expo build:ios|bi', I received...
View ArticleHow to send a text message directly from the mobile apication
I want to send a text message to a recepient from within the application in react native. The programming language currently I am using is react native. Inside my application I have a send button which...
View ArticleWhat caused this error? Expo - React Native
expo build:ios|bi bash: bi: command not found Cannot call write after a stream was destroyed Set EXPO_DEBUG=true in your env to view the stack trace.After I executed 'expo build:ios|bi', I received...
View ArticleAccessibility issue: Voice over read out order for flatlist is incorrect
Voice over read out for Items which are rendered using flatlist is not in right order. issue can be reproduced only in IOS and in android it works fine. I have multiple interactive elements within...
View ArticleCommand CodeSign failing with a nonzero exit code, Xcode 11.3.1
I'm a dev with zero mobile experience. Due to the virus I had free time and wanted to try get a basic ios mobile app built out. When I go to build my app in Xcode, it breaks down every time on step 528...
View ArticleDetox tests for iOS failing on Travis CI
My detox tests are running fine locally but whenever I run them from Travis, it seems to fail. For example, the following runs fine on local:test('should have welcome screen and skip button hides on...
View ArticleOpen a .ppt file in the PowerPoint app from React Native (IOS)
I know I can use import {Linking} from 'react-native' in order to use Linking.canOpenURL(url) and open another app.I can open PowerPoint by doing this: Linking.canOpenURL('ms-powerpoint://app') but I...
View ArticleIs there a way to properly format with React-Intl where I don't get this error?
I am working on a React Native application where I need the post_date that I am getting back from a third-party API to not show up as: 2019-05-10 11:26:39, but instead display: x many days ago.I tried...
View ArticleReact Native - iOS - Change bundle Identifier change
I'm trying to change to name of the react-native application. I did change the bundle identifier and display name from the xcode. But now I'm getting the following error.The following build commands...
View Articlereact-native-table-component freeze first column & first row in scrollable table
Desired StateI'm using react-native-table-component, a basic component to render tables in React Native. I need to freeze the first column and first row in the table so they remain in view when...
View Articlecan't fetch from iphone device to my localhost using expo - react native
I am on the very first steps of my app creation. currently on the sign-in/sign-up screens. I'm trying to fetch from my iPhone device, using expo, to my server-side on my computer, but from some reason...
View ArticleReact Native SyntaxError ","
Receiving syntax error, SyntaxError: Unexpected token, expected ",". It is for the third to last line ");"I am having trouble seeing where I need to insert the ",". I have tried in front of the ); and...
View ArticleDesign approach for React Native app and Video editor in iOS / Android native...
We have a existing React Native app. We want to add Video and Image Filters/Editor features in the app. After reading and discussing, we think Video / Image Editor should be developed in iOS / Android...
View ArticleEven though react-native run-ios is success . Does not move from the splash...
Even though react-native run-ios is success . Does not move from the splash screensuccess Successfully launched the app on the simulator In terminal. splash screenI try to clean chash .watchman...
View ArticleReact-native Picker broken on IOS
I am using expo with react-native to implement a picker. When I launch it on Android the picker works perfectly but when I launch it on IOS, I get the following view. Broken picker on IOS. I am not...
View ArticleHow to override DNS in ios with React Native? [closed]
My client needs an app to configure the user's DNS in iOS device with React Native. Please let me know if there is any way to do this.
View ArticleApple rejecting my app due to permission missing from Info.plist but my...
So I had my keys before in the Info.plist file, but I wanted to localize them, which I did, so I created the InfoPlist.string for english and spanish. They both work. But when I attempted to upload the...
View ArticleReact Native - Navigate to screen - Invalid hook call
App.js:import React, { Component } from 'react'; import {View,Text} from 'react-native'; import { createDrawerNavigator } from 'react-navigation-drawer'; import {createAppContainer} from...
View ArticleException '-[GIDSignIn setPresentingViewController:] unrecognized selector...
I am getting error on ios while executing function GoogleSignin.signIn() of react-native-community/google-signinAny suggestion or help will be highly appreciated, Details and repo for reproducing the...
View ArticleWhich version does React Native support (iOS and Android)?
I can't find this information. Is it true that Android React Native runs on sdkMin18 and therefore makes it supported by most android versions?
View Article