React Native Share Extension - Access to AsyncStorage?
I am working on an application in react native, and was taking a look at some tutorials for creating a 'share extension' within the app. I see on npm react-native-share-extension how to create the...
View ArticleEntry, ":CFBundleIdentifier", Does Not Exist. bad path
I had an existing project and decided to built it on ios for the first time. I have configured every package,did pod install etc. Here comes the problem In xCode the build succeeds,but the app won't...
View ArticleXcode Signing Errors
I have a react native project at school under my friend's account. I downloaded it to google drive and opened the Xcode file to run it, (taking care of the signing under my account) but its saying:"no...
View ArticleReact Native - Disable Password AutoFill Option on iOS Keyboard
In React Native, how do you disable or prevent the keyboard from displaying the Password Autofill accessory view option? There doesn't seem to be an property for TextInput that handles disabling this...
View ArticleAvoid status bar overlap on all screens
I want all screens on my app to appear below the status bar on both iOS and Android, so I'd either have to add a StatusBar component or a paddingTop to all my screens.Is there a way to do this...
View ArticleReact Native TextInput setState() issue
I am having an issue with React Native's this.setState() within a TextInput's onChangeText. I am trying to display the content of the TextInput in the Text tag below it. However, it displays nothing --...
View ArticleThe key isInternetReachable is always returning false for a minute in iOS...
PlatformsThis issue is related to iOS.VersionsiOS: 12.4.1react-native-netinfo: "^5.5.0"react-native: "0.61.5"react: "16.9.0"DescriptionI'm working on implementing network status check in a project with...
View ArticleRestrict availability in App store with iPhone Models
we are launching a React Native app on App Store. We found the app is little slow on older devices. We are thinking to target new models first and solve issues for older models later. Can we restrict...
View ArticleiOS: BrightCove native player throwing...
I want to resume video second time from the same time interval from which I left last time. But when I'm opening player for the second time, it either take longer time than the usual or (and mostly) it...
View Articleexpo.io's BackgroundFetch is not running the defined task
I am currently developing an app for iOS with expo sdk-version 32. I have to call a REST service periodically from my app. In order to do that I tried to utilize the new BackgroundFetch API. Here is my...
View ArticleNo known class method for selector 'labelColor' -...
I am using react-native-image-crop-picker library within react-native application Version detailsreact-native version: 59.10 react-native-image-crop-picker: 0.25.3 xcode: 10.1 While execution of code I...
View ArticleHow do i open an S3 link to share to Instagram?
I'm using React Native to create an iOS app. In the code below, I can easily access items in my gallery to open Instagram and share as a Story or on the Feed. However i would like to share a uri to an...
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 ArticleHow to get current country of Device in React Native (iOS and Android)?
I am trying to get current country of device in but didn't find anything. Is there something to do so in React Native? I tried using react-native-device-info but it is also not supporting but in...
View Articlenavigator.geolocation.watchPosition not working correctly on ios device
I have a strange behavior and can not find a solution. In my React Native application I'm using the navigator.geolocation to determine the current position. My application is almost identical as the...
View ArticleInclude react-vr in react-native
I would like to know if it's possible to integrate a react vr tour inside an Android and/or iOS app developed with react native. If so, how I can do it?This is just an idea but I haven't found a real...
View ArticleHow to properly dismiss Multiple Modals(Modal inside Modal) in React Native
It turns out that in React Native there's no proper way to show Modal on top of the Modal.There's some hack how to achieve this and that's exactly the way how I implemented it in my project. But...
View ArticleReact Native - Sliding up Panel does not work on android
Does Anyone knows why the panel is not showing on android when I click on the button? I'm using https://www.npmjs.com/package/rn-sliding-up-panel btw. Please feel free to tell me, if you have any other...
View Articleunable to open file (in target "React" in project "Pods") (in target 'React')
I have one reactNative project and i am trying to run in latest xcode 10.1.But its throwing two error while i building.error :Users/ios/Pods/Target Support Files/React/React.xcconfig: unable to open...
View ArticleSharing a video via a PHAsset
Background:I have an app written in react-native that uses the react-native-share package. I've forked this package as there is an issue where a downloaded image or video won't share from a placeholder...
View Article