unable to archive in react native- Archive Fails with duplicate symbols for...
Its showing 285 duplicate symbols for architecture arm64Linker command failed with exit code 1 (use -v to see invocation)Strangely, I can't seem to get Archive to work in XCode but the build succeeds...
View ArticleHow to pass and use data from react native to native android or ios?
I need to pass some data form react native to both native android and ios.How can I do that?thank you,
View ArticleReact Native TextInput on iOS hides keyboard after one keystroke
import React from 'react'; import { TextInput, KeyboardAvoidingView, StyleSheet } from 'react-native';import Colors from '../constants/Colors';const QaTextInput = ({ style, minWidth, maxWidth,...
View ArticleUnable to archive in React Native - Archive Fails with duplicate symbols for...
It's showing 285 duplicate symbols for architecture arm64Linker command failed with exit code 1 (use -v to see invocation)Strangely, I can't seem to get Archive to work in XCode but the build succeeds...
View ArticleApple Match-O Linker Error / clang: error: no such file or directory - Xcode 11
I am working on a React Native application and whenever I try to build the application I am encountering these errors. I know there are many similar questions on this matter but the solutions given...
View ArticleHow to implement an application-wide search bar?
It seems to be a pretty common task to have an application-wide search bar in the header. Unfortunately, I haven't found some ready recipes on how to accomplish it the right way. My solution was to...
View ArticleReact-Native Bundle Error error SHA-1 for file is not computed
I am facing this error while creating bundle of react-native app.I am executing command react-native bundle --dev false --entry-file index.js --bundle-output ios/main.jsbundle --platform ioserror SHA-1...
View ArticleDisable weak SSL cipher suites in react native applications
How to set cipher suites for android and iOS in a react native application. Is there a native implementation needed?
View ArticleReact Native iOS app crashes instantly after opening with "Can't get most...
I've created a React Native app using the XCode simulators which I'm now trying to test on an actual device. I've pushed my builds to Testflight and successfully installed it, however whenever I open...
View ArticleComponent modal in react-native dosen't redimention correctly when the...
I have a problem is rendering correctly of this modal dialog when the keyboard appear on IOS OS.I'm a biginner with react-native and the my code looked how the followingApp.jsrender() { return (...
View ArticleHow to enable app lock in React-native app?
Is there any package available to enable app lock in android and ios ?
View ArticleSetup Universal Link - Can .well-known under subdirectory instead of root
I am exploring how to set-up a Universal link to an app. Hoping to jump right into my app when users enter the website. But due to business limitation, I can only create the .well-known directory that...
View ArticleYarn v2 and Cocopods: node_modules folders doesn't exist
I have upgraded Yarn to v2. I see that there is no node_modules folder anymore. But my Podfile is still looking for it. How can I fix it?
View ArticleReact Native, storing images in users gallery without compression
I am developing an App that verifies images based on their hash. I hash the images using this library "react-native-fetch-blob".I store all the images taken inside the app, I am trying to allow users...
View ArticleGADInvalidInitializationException without Installing GoogleMobileAds SDK iOS
I am building a react-native app which I do not intend to display ads but I have Firebase Authentication and other related services. To my surprise I keep getting this error below. What could have...
View ArticleReact Native Reload Screen A In Back action
I Have ScreenA To Click Next ScreenB Then back To Screen A Not Call Function componentWillMount()ScreenA -> Next -> ScreenB -> Back() -> ScreenAHow to Reload Rout Screen in Back ActionClass...
View ArticleReact-native app crashs after firebase/admob added
I'm adding firebase/admob to a RN app, i've added applicationId for both Android and IOS, Android works no problem i can see test banner, but IOS crash with this error :I've added...
View ArticleReact-native: scrollview inside of panResponder
I am using a ScrollView inside of a PanResponder. On Android it works fine but on iOS the ScrollView will not scroll. I did some investigation and here are some facts:If I put a break point in...
View ArticleReact Native: Undefined symbols for architecture x86_64: "_YGNodeIsDirty"
I have the following issue when trying to compile my app for iOS on my CI (Bitrise). All the commands work perfectly fine locally.React Native 0.61.5 cd /Users/vagrant/git/ios/Pods export...
View ArticleReact Native - possible for one app to view/query the existing apps on a...
I am building an app in React Native, and was wondering if I could check to see if another app is installed on the user's device. Is it possible, or is there a 'permission' that I could prompt user for...
View Article