How to check internet connection in React Native application for both iOS and...
I have a React Native application and I'm seeking to add functionality that checks if there is an active internet connection when the app first starts up, and continuously thereafter.If there is no...
View ArticleBluetooth device pop-up
I am struggling to find out how can I add a button in my React-Native App which triggers the following native pop up for connecting Bluetooth devices on iOS:https://i.stack.imgur.com/PMl2s.pngI have...
View Articlereact-native-image-picker crashing at run - Metro Bundler error
I want to use 'react-native-image-picker' in my application. After importing and following the install instructions from the github instructions. I get a metro bundler crash on run. It can't seem to...
View ArticlePodfile.lock missing when initial react-native run-ios
I am setting up IOS dev for React Native (0.61) app which has the working android version. What I did was to copy src of components and package.json file after react native environment is setup by...
View ArticleHow to check weather UIWebView is used in project or not and to replace it...
While uploading app, I got this from apple,TMS-90809: Deprecated API Usage - Apple will stop accepting submissions of new apps that use UIWebView APIs starting from April 2020. See...
View Articleundefined is not an object (evaluating 'Component.propTypes') - React Native...
I have upgraded the existing react native project from react native 0.59.6 to 0.61.5. react-native upgrade command not working. So I have done the manual upgrade using upgrade helper. Resolved some...
View ArticleText doesn't appear react native
I made a component but the text is only appearing on Iphone X and not smaller devices like Iphone 8, not sure if i'm missing something ?const TextComponent = () => { return ( <SafeAreaView...
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 ArticleApple TV simulator not running on React Native 0.61.4
I created a React Native project with the last version: react-native init project --version 0.61.4 and when I try to run the project on Apple TV simulator I get this error:ld: library not found for...
View Articlelibrary not found for -lFirebaseInstallations
I have a problem in react-native, this problem is the next,ld: library not found for -lFirebaseInstallations clang: error: linker command failed with exit code 1 (use -v to see invocation)Please help...
View Articlereact-native-router-flux tabbar styling on iPhone X
Seems like RNRF is using safeAreaView or something to add extra padding below the rendered tabbar:Which is good and all because it makes sure my tab bar clicking experience wouldn't be interfered with...
View ArticleFailed to install CocoaPods dependencies for iOS project
I want to create a react native firebase project. But when I follow the setup instructions from https://invertase.io/oss/react-native-firebase/quick-start/new-project and run the following commands, I...
View ArticleAutomatic Store Password and Security Code AutoFill in IOS not working properly
I have reffed this link https://agostini.tech/2019/02/25/generating-strong-passwords-with-autofill/ for storing password and autofilling in React Native which is for iOS platform but that is not...
View Articlereact native password autofill ios 11
I've done some research but, at the time of writing, I cannot find any way of a React Native app integrating with the new iOS 11 password autofilling system.Do we need to use entitlement certificates...
View ArticleOpen react native project in xcode
I'm sure I'm missing something simple. I have a React Native project working and I'm attempting to get it on the app stores. Following those instructions, after I have created my provisioning profile...
View ArticleReact Native: Container with horizontal and vertical scrolling flatlists...
I have a big Problem with React Native: i need a container which is horizontal and vertical scrollable and only loads/render the inner elements if they are in the viewport (huge amount of data). I...
View ArticleWhy won't my filepath allow me to share the file to other applications?
I'm trying to open a file to be linked to another app (Instagram) on my iPhone. I edit this video file so i'm not getting it directly from my camera roll, but i have a link to it locally which i've...
View ArticleHow to load local svg file with react-native-svg library
I am trying to load a local svg file in react-native with react-native-svg library, i have already installed it but i can't figure out how to do it with local svg files. the file is located in...
View ArticleError while building react native ios version in xcode
Im getting several errors while building react native ios version . All those errors are in objective c , ie native lang, I'm suing cocopods in my project i have used pod install Im getting several...
View ArticleWhy can't i share a file with other applications on iPhone?
I'm trying to open a file to be linked to another app (Instagram) on my iPhone. I edit this video file so i'm not getting it directly from my camera roll, but i have a link to it locally which i've...
View Article