react-native ios Podfile issue with "use_native_modules!"
In my react-native project (react-native@0.60) in the ios/ dir I run pod install and get this error:[!] Invalid `Podfile` file: no implicit conversion of nil into String. # from...
View ArticleReact Native iOS WebView execute javascript tag in local html
I am trying to show web page with react-native-webview with local html file. But it doesn't execute javascript tags in html file at the iOS platform, but works on Android.How I can fix it?This is a...
View ArticleHow to set 'exclude_files' in Podfile rather than podspec
I've created a new react-native project (0.61.5) and am trying to install react-native-track-player. The default installation docs are pretty sparse but after going through the issues I was able to...
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 ArticleHow to wake up the native Linkedin app when doing Linkedin Oauth2 in react...
I try to wake up native Linkedin app in my android device using Linkingconst url =...
View ArticleUsing addListener (willBlur) is crashing on tester's IOS device
I have created an IOS app using React Native. The app consists of a Song Menu screen and a song screen. On the song screen the user is able to press the play button to play the song. I am currently...
View ArticleReact-native Error : Failed to install CocoaPods dependencies for iOS...
I tried to create a project through npx, but an error occurred.$ npx react-native init springtesting error Error: Failed to install CocoaPods dependencies for iOS project, which is required by this...
View ArticleReact-native: Axios not working on ios but working on android. Error: JSON...
I ran the debugger and axios is failing in sending the request. The same thing works perfectly in Android. As soon as it sends the request through axios then these red screens pop up on the...
View ArticleReact Native iOS Text Sometimes Doesn't Wrap
I'm working on a React Native app and have run into some bizarre issues with text not wrapping appropriately. This text wrap issue only occurs on certain simulators (iPhone 6+/7+/8+/X). Basically my...
View Articleno such file or directory /libRazorpayCheckout.a react-native
Razorpay-Version: 2.1.32Xcode Version: 11.2.1Error: clang: error: no such file or directory:...
View Articlewhy is cocoapods dependency installed failed when creating a react native app?
I am a fresh man for using react native. And I am following the get started of react native on my Mac. When I use npx react-native init AwesomeProject to create a new app, then I get a result shows...
View ArticleReact navigation swipe gesture winning over horizontal scrollview
I have a horizontal scrollview which is part of a tab component, and it works, but when swiping right, it makes the gesture to swipe back and ignores the scrollview.I know I can disable it in the whole...
View ArticlegetInitialLink is not working but onLink is working in react-native-firebase v6
I am using the following code in App.js - componentDidMount firebase .dynamicLinks() .getInitialLink() .then(link => { if (link) { if (link.url.includes('/s/')) { this.handleSignupURL(link.url) } }...
View ArticleWhy does `react-native run-ios` show "No bundle URL present" until I reset it?
With my React Native app, when I run react-native run-ios, it shows this screen:When I press cmd-R to reload, it goes away. This happens most, but not all of the time. It's not just with a particular...
View Articleconsole.error: "react-native-maps" AirGoogleMaps dir must be added to your...
console.error: "react-native-maps" AirGoogleMaps dir must be added to your xCode projectI got this error when I am trying to test the example in react-native-maps module.Github:...
View Articlereact-native-maps: AirGoogleMaps dir must be added to your xCode project to...
I'm trying to use google maps on iOS and I get this error:react-native-maps: AirGoogleMaps dir must be added to your xCode project to support GoogleMaps on iOS. Error ImageI'm using react-native.maps...
View ArticleRevenuecat React-Native iPad Purchases.purchasePackage - promise not settling
using"react": "16.9.0", "react-native": "0.61.5", "react-native-purchases": "^3.0.6", We're having a problem on an 11" iPad running through testflight on iOS version 13.3.1. Everything works on all...
View ArticleWhat sort of syntax in this `[object setSomething:^{ resolve(...) }]` on...
I am reverse-engineering a react-native bridge for a payment lib and I have no idea what this syntax mean. Is it calling some function? Ohhh is it calling some function setCallBack... which is a...
View ArticleHow to adjust screen ratio when connect to TV via hdmi in React Native?
In react-native,Is there anyway to adjust screen ratio of mobile screen to fit TV screen ratio when connecting via HDMI?How can I adjust mobile screen ratio to fit TV?Please help.
View Articletype error null is not an object (evaluating 'ShareDialog.canShow') in React...
I have followed this GitHub URL to integrate Facebook sharing in my application. https://github.com/facebook/react-native-fbsdk Here is my code:constructor(props){ super(props); this.state={...
View Article