How to make some part of text clickable and some part having different text...
I am trying to make some portion of text of different color and clickable Here is my code:<Text style = {styles.term_service}>By signing up, you agree to Terms of Service and Privacy...
View ArticleGetting library not found for ld-classic while running react native cli...
I am trying to run a react native cli project but getting this error on Xcode `"library not found for ld-classic"`The android part is working fine, I tried by clearing build and xcodebuild but still...
View ArticleUnable to resolve module @babel/runtime/helpers/interopRequireDefault
Unable to resolve module @babel/runtime/helpers/interopRequireDefaultI am new to react native, I have a monorepo project using Yarn and lerna which I am trying to build for iOS but I am getting error...
View ArticleReact Native New Architecture and release 0.74.1
Will React Native's new architecture release keep it as the best option for cross-platform mobile app development in the future?Flutter aims to provide better performance than React Native, but with...
View ArticleReact-native iOS not showing images (pods issue)
I was installing a package in my react-native application (to be specific it was createMaterialTopTabNavigator from react-navigation) but after the installation succeed, something crash (error:...
View ArticleUpgrading iOS Target Platform to meet minimal Pod version requirements
I have an iOS project that I am building in XCode/Cocoa Pods. When I run the pod install commands I get a lot of warnings for many (if not all) of my pods:"[!] The platform of the target myapp (iOS...
View ArticleHow to different the two appState in react-native: app go to background, or...
I am developing a bank react-native app, try to implement a feature that every time the app goes from background/inactive to active status, users need to verify TOUCHID.What I did is to check the...
View ArticleReact Native Expo Managed App doesn't launch/start on iOS simulator
I've been having hard times with my old Windows laptop while developing React Native apps so I moved to MacOS laptop. I installed Android Studio and Xcode (including Xcode command line tools). Then I...
View ArticleHow to disable verbose logging in React Native Expo?
React Native: 0.72.5Expo: 49.0.10Using the iOS SimulatorI'm seeing hundreds of logs, without prompting, and for every little UI button I press, or scroll a listview. Its highly annoying because the...
View ArticleDownloading and Opening PDF file in React Native
I'm trying to download a PDF file from my app when a button is clicked and open it immediately after the download completes. I'm using expo-file-system to save the downloaded file and I'm using...
View ArticleHow to support old architecture in react-native package build on new...
I have created a react-native package with version 0.72 which has the NativeModules to fulfill the requirements. It's working fine with the apps which are on new architecture. But when it comes to old...
View ArticleConfiguring Sign in with Apple for both a web app and a mobile app with a...
Summary:Need help with Certificates, Identifiers and Profiles settings to allow two apps to use Sign in with Apple.Background:We have a web application (React, static JavaScript) that allows users to...
View ArticleFatal error building iOS react-native app file not found...
I use XCode 13.4.1 and react-native 0.73.3. Building my react-native project from XCode, I get the next error in RNReanimated package:Lexical or Preprocessor Issue:'react/renderer/graphics/Float.h'...
View ArticleMapbox.xcframework-ios.signature couldn’t be copied to “Signatures” because...
I'm using MapLibre in React Native project, when i do bunx eas build --profile preview --local -p ios i start getting this error, but no issues when doing in simulator.I did have MapBox in my other...
View ArticleCannot change default Permission String of Expo Plugins (Camera etc.)
Expo / IOSI'm trying to push an app to the app store and got stuck at this phase: I can not change the default permission string for using camera, photos and location. As you may well know, Apple...
View Articlei am getting erron on mac in npm run ios - Invariant viloation and app...
Error in terminalInvariant Violation: "jazzagain" has not been registered. This can happen if:Metro (the local dev server) is run from the wrong folder. Check if Metro is running, stop it and restart...
View ArticleUnexpected CFBundleExecutable Key - can't find the right CFBundleExecutable...
Like many others, I'm experiencing a Unexpected CFBundleExecutable Key error when trying to upload my app to TestFlight via Xcode. Unfortunately, I've tried many of the things suggested so far, and...
View ArticleInvalid `Podfile` file: uninitialized constant...
I have implemented a iOS where need to unlinked react-native-linear-gradient and then install the react-native-video and added all of the information but there is an issues when I install PodFile using...
View ArticleHow to place an Image on top of other Image in React Native?
I placed an Image as a root node in order to make it a background for my View. But it appears that all others image become invisible...Is it any way to place an image on top of the background using...
View ArticleExpo linking returns false for file path
I'm working an expo project and I'm using expo-linking library to trigger an opening of a PDF file when the download is completed. I just discovered that the expo linking canOpenURL method returns a...
View Article