How change font-family (font-family.ttf from assets) of react-native webview
I am using react-native webview to display some web content in myreact-native app. and my app font-family and webviewfont-family is different.I want to change webview font-family from app.Is there any...
View Articleproject | configuration debug | destination iphone 11 pro | sdk simulator...
I am creating an app using react native. I updated my project from react native 0.60 to react native 0.63.2. In doing this I had to update my cocoapods within my iOS project (shown below).My profile...
View ArticleRNFirebase core module was not found natively on iOS - migrating from...
I saw these posts:Error: RNFirebase core module was not found natively on iOSRNFirebase core module was not found natively on iOSRNFirebase core module was not found natively on iOS - Not fixedError...
View Articlelibrary not found for -lCocoaAsyncSock - React Native
I have created a new react native project (using react native 0.63.2) and when I try to run my new app within an iOS emulator using Xcode I get the following errorAfter researching online I have...
View ArticleSet contentInset and contentOffset in React Native's ScrollView
I am trying to make my content start 100 px from the top in React Native. I have tried withconst OFFSET = 100const ScrollViewTest = (props) => (<ScrollView contentInset={{ top: OFFSET }}...
View ArticleHow to load assets from smart album? (expo-media-library)
Is there a way to load assets from smart album (on iOS) using expo-media-library?I've tried to load assets by following instructions from documentation (Selfies is a name of smart album):const album =...
View ArticleApp Store ID or Google Play Package Name are not verified
I'm have issues to register the facebook app sign in.I'm currently on TestFlight (iOS) and Close Test (Android).I've entered the App Store ID and Google Play Package Name but for the second time I have...
View ArticleUsing Azure KeyVault for React Native
I am not using Azure Active Directory authentication in my React Native application.I want to keep some keys on the cloud so that a user can easily configure without redeploying the complete...
View ArticleWhy are custom Xcode fonts only working in Interface Builder?
Ive added custom fonts to a react-native project in xcode.Ive:added the .ttf font file to fonts folderadded the item to the fonts provided by application array in .plistconfirmed custom fonts are in...
View ArticleWhy are custom Xcode fonts only working in Interface Builder? [duplicate]
Ive added custom fonts to a react-native project in xcode.Ive:added the .ttf font file to fonts folderadded the item to the fonts provided by application array in .plistconfirmed custom fonts are in...
View ArticleReact Native pod install fails [BMSCore]
pod install fails with this error, anyone know what to do?[!] Using Swift static libraries with custom module maps is currently not supported. Please build `BMSCore` as a framework or remove the custom...
View ArticleReact Native pod install fails [nanopb]
pod install fails with this error, anyone know what to do?[!] CocoaPods could not find compatible versions for pod "nanopb": In Podfile: EXFirebaseAnalytics (from...
View ArticleReact Native - launchPackager.command cant be opened
I am having trouble building react native ios project.Error message:"launchPackage command" can't be opened because it is from an unidentified developer.Any idea how to fix this?
View ArticleProblem with a react software, it doesn't display the page
Good morning,I have problems with a react application that I didn't write (it was written by another person that doesn't work here).The code is :const red = useSelector(state => state.red) return...
View ArticleCannot open expo client version 2.16.1 in iOS simulator
I have updated expo client in my iOS simulator(iOS13.3) and I am using Xcode 11.3.1.My mac os version is 10.15.3. When I tried to open my expo client then it will showing popup message like thisHow can...
View ArticleHow to render a component in React Native and pass it as property to native...
I want to use a native iOS image viewer library Agrume within my React Native project. I already managed to create a native UI component and pass properties from JS over the bridge to iOS (Swift) to...
View Articlereact-native: command not found
I am getting -bash: react-native: command not found error while creating react-native project.Below are the additional info1. brew --version homebrew 0.9.92 brew info watchman watchman `enter code...
View ArticleReact Native Fixed Bottom Input Keyboard (Social Media Post UI)
I am trying to create a view post ui for a social media feature of our app. We have a post (the flatlist header component), the comments (the flatlist), and a fixed bottom text input that leverages...
View ArticleReact Native: How to navigate from one screen to another in Detox tests
I am trying to write tests for my application using Detox. but while navigating screen from Login screen my tests get failed due to matcher not found.I have added testID properly in render function...
View ArticleTypeError: Network request failed. React Native, Fetch API, iOS emulator
I cant reach my API on iOS emulator. The same code runs perfectly on the Android emulator. I tried a couple of other APIs just to test and everything works as intended (JSONPlaceholder with HTTPS and...
View Article