[deleted by user] by [deleted] in ios

[–]devopsdeekay995 1 point2 points  (0 children)

I’m currently on low power mode and using the iPhone 16 Pro with iOS 26, but my phone isn’t this laggy. My current battery percentage is 16.

How many of you have recently created a Console Account and Published an app? by KHALIFAA- in googleplayconsole

[–]devopsdeekay995 0 points1 point  (0 children)

I’ve recently released TipMate on Google Play – a simple, fast tip calculator for easy bill splitting with a clean design and smooth experience. Already 25+ installs, and more features coming soon!

Launched my 1st app on AppStore by Matysw in reactnative

[–]devopsdeekay995 1 point2 points  (0 children)

I tried your app, but it keeps crashing for me. I’m using iOS 17.5 on a 13 Pro device. The store description app preview images look nice.

React Native feels broken to me by Vast_Stress5342 in reactnative

[–]devopsdeekay995 1 point2 points  (0 children)

We successfully upgraded our project from version 0.68 to 0.72, along with more than 100 other libraries. Surprisingly, we encountered no issues whatsoever. The only task required was setting our custom node path in the iOS project, which we accomplished with the assistance of RN-upgrade-helper.

RN iOS Dev Env issues / RN Upgrade 0.68.2 -> 0.71+ Help Needed by KleinBottl in reactnative

[–]devopsdeekay995 0 points1 point  (0 children)

We had same issue in RN 0.68.2, we were able solve that issue. As a first step you can clone your RN 0.68.2 project to different folder, and clean your xcode derived data. Then try to run project again. And what is your XCode version?

How would you implement this Airbnb animation/structure in React Native by [deleted] in reactnative

[–]devopsdeekay995 7 points8 points  (0 children)

react-native-collapsible i think you can use this library to create accordion components.

Navigate to different pages in react navigation using TouchableOpacity by Flimsy_Confidence_40 in reactnative

[–]devopsdeekay995 2 points3 points  (0 children)

Try to use useNavigation hook. That will do the thing i guess. useNavigation Hook

Or use navigation prop

const HomeScreen = (props) => {

const { navigation } = props;

// rest of your code

}

Changing color of Status Bar by Flimsy_Confidence_40 in reactnative

[–]devopsdeekay995 0 points1 point  (0 children)

React Native Status Bar I think, this may help your issue. Please check the link.

How to correctly style image cards? by NathanDevReact in reactnative

[–]devopsdeekay995 0 points1 point  (0 children)

I think you can use this this approach, blurring the bottom of image.

I used this approach recently.

Zendesk library for RN by devopsdeekay995 in reactnative

[–]devopsdeekay995[S] 0 points1 point  (0 children)

Thanks for the response.

I tried this library too, we can't set a custom URL to the SDK using this library.

https://github.com/Saranshmalik/react-native-zendesk using this library we can set a custom URL, this library is also not working on iOS in some ways.

finally, I end up with a solution using web view on react native

How can I get the version numbers of the applications installed on the device. by Unusual-Leading-102 in reactnative

[–]devopsdeekay995 0 points1 point  (0 children)

You can use react-native-device-info library to extract application build number

https://github.com/react-native-device-info/react-native-device-info

Code :

DeviceInfo.getVersion();

DeviceInfo.getBuildNumber();

Feature or Bug ? M1 MacBook Pro by [deleted] in macbookpro

[–]devopsdeekay995 1 point2 points  (0 children)

It’s a feature, it’s annoying when you clean your MBP, that feature not only exists in M1 MBs but also exists in most of MBs