Can'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 ArticleRest Push Notifications/Device Registration/Instance Id on App Update via...
Been doing a lot of research on this issue, first my setup:React-native: 0.61.5react-native-firebase: 5.6.0Firebase Messaging 6.15.0My issue quite simple and straight forward though I do not seem to be...
View ArticleReset Push Notifications/Device Registration/Instance Id - App Update via...
Been doing a lot of research on this issue, first my setup:React-native: 0.61.5react-native-firebase: 5.6.0Firebase Messaging 6.15.0My issue quite simple and straight forward though I do not seem to be...
View ArticleHow to know whether a *page* in an app is using React Native (or pure native)?
Note: I am not asking how to detect if an app uses React Native somewhere inside it (already has an answer here).I wonder which pages (screens) inside an app is using RN and which pages are not, by...
View ArticleHow to change the display name of an iOS app in Xcode 10.1?
I've tried with the "Bundle display name" key in info.plist and changed the value to the new name, but when I install the app on my phone, it still appears with the old name.
View ArticleReact-Native: Error: Failed to install CocoaPods dependencies for iOS...
While executing npx react-native init MyProject I ran into the following error:✖ Installing CocoaPods dependencies (this may take a few minutes) error Error: Failed to install CocoaPods dependencies...
View Articlehow can I keep my api keys safe on React Native App
I'm building a Native app with React Native. I was once a web programmer and it's my first time using React Native and making native app especially which is going to be actual product and serve for...
View ArticleDisable switching text color in status bar when Dark Mode is on
I am developing an application using React native library and I wonder how I can disable switching the text color in the status bar to white color when dark mode on iOS phone is on? I would like to...
View ArticleIn iOS: Can my app launch another app and get a response/acknowledgement back
In iOS, is there anyway i can launch another app to do something and then get a response back saying that it’s done.For example: My iOS app APP A launches another app APP B (e.g. Google Pay) to make a...
View ArticleReact Native iOS Sentry - Too many arguments to block call, expected 1, have 3
Trying to build my React-Native app for iOS. Previous build was fine, but since I added Sentry for error logging, I can not build it. Linking was fine, I did it and it was successful. I am getting this...
View ArticleWhy are some imported React-Native Redux actions changing values and...
Here is my setup:// store/actions/user.jsexport const discoverFollowingStatus = followsId => { return (dispatch, getState) => { const userId = getState().user.user.id; findFollowingFromTo(userId,...
View ArticleHow to start react native starter kit
Now, I am connected both project (ios/android) to firebass3.1) [iOS] Follow the add firebase to your app instructions here to generate your GoogleService-Info.plist file if you haven't done so already...
View ArticleHow can I build react-native components for different build types/flavors?
On react-native, there's a feature were we can use a components file suffix to build different components according to platform, ie. component.ios.js and component.android.js will build a component...
View ArticleHow do I reset the ios library in react-native?
I have a new app that was initialised with react-native init demo and is run successfully using react-native run-ios.I installed a few libraries using CocoaPods and now the react-native run-ios works...
View ArticleHow to change customise a slider in React Native?
How do i change the default thickness of a slider bar(of 'react-native' library) ? I couldn't find relevant props in the documentation https://facebook.github.io/react-native/docs/slider.html
View ArticleReact native power button long press listener when app is running in background
I want to call a SOS function when user long press the power button. If there is no library to do this, is there any native method to do so?
View ArticleUndefined symbols for architecture arm64: _YGConfigNew in libyoga.a(Yoga.o)
When I launch my app with XCode or with react-native run-ios in an iOS emulator, it work good.But if I do the same in a real device, it not work. I've got this error :Undefined symbols for architecture...
View ArticleReact Native drag down to open a top to bottom sliding sheet, drawer, modal,...
A bottom sheet, drawer, etc. (lots of names, I'll be calling it sheet) is used a lot in apps and there are a lot of RN packages for it. I need one top-down, not bottom-up. The video below shows what I...
View ArticleHow to convert this method from Objective-C to Swift?
I'm trying to convert a method from the React-native Firebase documentation, from Objective-c code to Swift. But it's not working, can someone lend me a help?The doc I'm following:...
View Articleexpo build:ios throws Reason: Unknown reason, raw: "SSL_connect returned=1...
Yesterday I managed to run the command expo build:ios successfully but this morning it just won't work, I get the following error message after entering my credentials:Trying to authenticate with Apple...
View Article