Started React Native With Swift Instead Of Objective C
So I started a react native app using create-react-native-app and it created a lot of boilerplate code. Android is in JAVA which I am fine with. But the iOS is in Objective-C and I am more familiar...
View ArticleHow to reduce the size of a React Native iOS application?
I have created a React Native application for iOS and Android. It is using some custom fonts. Please check the size of the folders :Font folder - 18mbAssets folder - 1mbcoding files - 118kbThis is in...
View Articlehow to add 2 action buttons in ios push notification using react-native-firebase
I am receiving notification using Firebase but now I want to add action buttons in ios push notification.For displaying a notification in foreground I am using below code,const localNotification = new...
View ArticleVideo clipping and preview feature in react native iOS [closed]
I need a library for react native in which user can capture a video and then select start and end point from video frames between which user wants to clip the video and need preview of that start and...
View ArticleHow to add button in push-noitifications to iOS devices with...
I have a doubt and I am not able to solve the problem of having buttons to perform an action (accept or reject) within a push-notification in iOS with react-native-firebase. For Android I can do it but...
View ArticleRandom network request failed error when fetching local path uri with...
Recently I am facing a weird problem on IOS with React Native when using XMLHttpRequest to convert path uri to Blob. It gives a random network request error. So sometimes it works and sometimes not on...
View ArticlePlay .m4a by remote url in iOS with react-native-track-player
I'm trying to use react-native-track-player library in my project for both ios and android and I faced a problem. All my files(remote URLs) are .m4a and they're playing just fine on android but the...
View ArticleWhich is the best way to communicate from app to app in single device?
My idea is create Report Viewer application for both Android and IOS, (could be good on ReactNative also)BaseApp: open ReportApp via URL_Scheme to register BaseApp URL_SchemeReportApp: send request to...
View Articleundefined is not an object (evaluating 'k.Image.propTypes.style')
I'm working on react native 0.59.2 on ios, everything's fine when running the debug mode, but when i pack the release package and run it on iphone, it's crashed just after open the app, and only clue i...
View ArticleReact-native wont build after upgrading react-native-firebase from v5 to v6
In Xcode, I get the following error during archivingShowing All Messages: Directory not found for option...
View ArticleCan't archive with Xcode (error - PhaseScriptExecution failed with a non zero...
I am sorry for the black marks in the image. I have seen multiple posts suggesting an answer to this problem, Lock unlocks keychain (tried it), pod Update (tried it), clear build(tried it), signing,...
View ArticleExpo camera zoom
That's my first time using the Pinch Gesture Handler in React Native... I'm trying to create a zoomable camera using Expo. What i'm doing is:const handlePinch = (nativeEvent) => { const { scale,...
View ArticleHow can I truncate an OTP string of 6 digits using JS for Platform specific...
The issue I'm facing is that in iOS, I wanted to disable the property of auto-reading the OTP from messages (suggestions that come in the predictive text in the keypad). But using react native, I...
View ArticleReact Native Detox: Can't accept location permission from system alert pop up
Launch app from command line usingdetox test --configuration ios.sim.debugLaunch app in code via await device.launchApp({ permissions: { location: 'always', notifications: 'YES' } })Go through login...
View ArticleIOS app crashes: Termination Reason: Namespace SPRINGBOARD, Code 0x8badf00d
I am facing an issue while I am returning after some time in the App, can anyone help me in this regard?Please find the below crash log.I did some research regarding this issue & I found some...
View ArticleHow to dynamically set react-native image source inside flat list
I'm new to react native i'm trying to populate flat list with images. All the images are stored inside the app. I want to set image source dynamically in every iteration. This is what I tried. Please...
View ArticleWhat is the meaning of 'No bundle URL present' in react-native?
When I run a react-native project, I get a error no bundle URL present , but I don't know what mistakes I do, I was very confused.
View ArticleWhen screen mounted second, state not updated correctly - React Native
I am rendering a restaurant menu and I display it in a ScrollView. For some reason, first time I render the screen, everything works perfectly. BUT if I leave the screen and navigate again to it, and I...
View Articleusers can't receive notification on updating the app
By mistake, I uploaded the GoogleService-info.plist from some other project with different bundle identifier in my latest release, to my AppStore. and now many people have downloaded the application...
View Articleerror: Unable to resolve build file: XCBCore.BuildFile...
I am facing an issue while running iOS code from react-nativeUnable to resolve build file: XCBCore.BuildFile (namedReferencesCannotBeResolved) (in target 'myProjectName')I have tried many solution from...
View Article