iOS app fails to build in fastlane but works in Xcode
I'm building a React Native app and am using Fastlane to manage my signing, building and deployment. I'm trying to build an ad-hoc package but each time I run the build using Fastlane gym, I get an...
View ArticleConnect to Wifi SSID and get SSID information
I have a react native app for iOS. I am using the the simulator via xCode for development.I am trying to use the below library to get the SSID or even connect to an SSID but keep getting an internal...
View ArticleHow to run iPad 2 with iOS 9 emulator on Xcode 12?
My app is running fine on all ipad except iPad 2 with iOS 9.3.5. I don't have option to run emulator for the same ipad nor i have the same ipad. How to debug in this case? I am using react native just...
View ArticleReact-native unrecognized font family error
I wanted to use a custom font in my react-native project, but I got an error on ios simulatorHow can I solve itI tried every way but I couldn't find a solution.Unrecognized Font Family:...
View ArticleDevice lock in React Native app, like payment apps [closed]
I am working on a React Native app that stores the medical records of users. I want it to keep it secured as much as possible.In achieving this, I wish the feature, every time a user opens the app, it...
View ArticleHow to generate ipa in react native using ubantu?
I just want to generate a ipa file.I have no real ios device.Please suggest a solution.I tried adding->react-native bundle --dev false --entry-file index.js --bundle-output ios/main.jsbundle...
View ArticleHow to run .ipa file without ios and mac? [closed]
I have build a .ipa file using expo......I neither have mac os nor ios. Is der any possibility to check if ipa is working?I build apk with expo->working fine.I build ipa -> no device or mac I...
View ArticleReact Native Changing 'fff' to Strange Line Symbol?
I am using react native to render some text in a flatlist from firebase.Whenever I have text with 'fff' in it it changes it to a weird vertical line symbol.I have no idea how to fix this issue, I made...
View ArticleGot a EXC_CORPSE_NOTIFY symbol crash, Not able to track what when wrong
I tried to genarate a build on xCode 12 and installed on iPad 2 with iOS 9. I have support for iOS 9 enabled but app automatically closes on opening. When doing track trace. I found following report...
View ArticleReact Native - Clear previous push notifications on receiving local push...
I'm using react-native-push-notification for scheduling and generating local push notifications in React Native and I'm trying to clear previously received notification on receiving any scheduled...
View ArticleHow to set point selection on the chart in react-native-charts-wrapper?
I have a LineChart on my app from react-native-charts-wrapper and usually after the user taps on the chart the dates's bar appears on the chart like this: But i need to set like just point selection,...
View ArticleDetoxRuntimeError: Detox instance has not been initialized
After updating to react-native 0.63.3 and xcode 12.0.1 the tests are not working anymore. First had some issues building detox but that was solved. Now this error is there and I cannot go...
View ArticleCould not connect to development server - React Native
I am creating an app using react native. I tried to change a file path to an image within my code and when I ran my app on the iOS emulator the following message was displayed.I have tried a number of...
View ArticleRegister Component not called - react native?
I have renamed my bundle Identifier from for example myApp to myAppUser.and a clean build folder for ios/android, reset cache, remove node_modules then build app again.In iOSApp won't work and I got...
View ArticlePromise: .then() not getting called when returning promise from React Native...
I have a react native component like below:export const SearchBar = (props: SearchListProps) => { const { data, matchingFunction, listItemVariant, onChange, onSubmit, renderItem, ...rest } = props;...
View ArticleiOS 14 TextInput jumping and auto-scrolling on tap (React Native) - how to...
New RN build from scratch. Only the code below exists.Xcode version 12.0.1iOS 14RN 0.63.3Scrolling and tapping makes TextInput jump to random places.export default class TextField extends Component {...
View ArticleError while integrating RN FFMPEG in react native
**[!] There are multiple dependencies with different sources for `react-native-ffmpeg` in `Podfile`:- react-native-ffmpeg (from `../node_modules/react-native-ffmpeg/ios`)- react-native-ffmpeg (from...
View ArticleAppStoreConnect says TestFlight build is "ready to submit" but I can't get it...
I've been using TestFlight on my app for a while, and recently pushed my first actual build to the app store. Now I'm on a subsequent build, and am trying to push to TestFlight. It goes into "ready to...
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 DropdownPicker doesn't expands in horizontal scrollview in ios
The requirement is having 2-3 search filters along with a dropdown state selection inside and horizontal scrollview and a flatlist below the horizontal scrollview with its item...
View Article