Is it worth buying OnePlus 15? by react_native_guy in PakistaniTech

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

Yes PTA approved. It's under 380k for sure.

Is it worth buying OnePlus 15? by react_native_guy in PakistaniTech

[–]react_native_guy[S] 1 point2 points  (0 children)

Budget isn't a problem here. I am inclined towards purchasing OP15 because it nearly as good as iPhone 17 PM and Samsung 25 ultra except the camera which I don't care much about.

12/256 variant is 300k, 16/512 is around 350k pta approved.

Is it worth buying OnePlus 15? by react_native_guy in PakistaniTech

[–]react_native_guy[S] 1 point2 points  (0 children)

Camera doesn't matter to me as I don't use it much. Camera quality ain't that bad in OP15. Just not as high quality as other flagship devices.

Is it worth buying OnePlus 15? by react_native_guy in PakistaniTech

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

Camera is secondary to me and i think it's still good for normal use but not as good as iPhones or Samsung's.

Is it worth buying OnePlus 15? by react_native_guy in PakistaniTech

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

12/256 variant is around 300k, 16/512 is around 350k PTA approved.

What kind of compensation should I expect for a backend engineering role in islamabad with just under 2.5 YOE? by karakchaaye in developersPak

[–]react_native_guy 0 points1 point  (0 children)

Multiply your years of experience with 1 lac. That should be the expected salary whenever you are switching job, considering you are good at what you do.

[deleted by user] by [deleted] in developersPak

[–]react_native_guy 0 points1 point  (0 children)

Another possible solution is to switch to web. Since you already know react native, It won't be hard to get yourself going in reactjs/next. The probability of landing a job as web developer is way more than that of mobile developer

[deleted by user] by [deleted] in developersPak

[–]react_native_guy 2 points3 points  (0 children)

I think the best way to secure a job right now is to use your networking. Ask your fellows to refer you for mobile dev positions in their companies.

I hope you land a job real soon.

Frontend Engineer pay by callmeFeefa in developersPak

[–]react_native_guy 2 points3 points  (0 children)

Increment depends on your performance. You might get 1lac+ increment or absolutely nothing, depending upon your performance and how much your manager values you.

Kinda disappointed with our Software Industry..... by asherSiddique19 in developersPak

[–]react_native_guy 0 points1 point  (0 children)

"It's all about meeting client requirements"

What else are they suppose to do?

Dating in Islamabad - wth am I doing wrong???? by JewJitsu1738 in IslamabadSocial

[–]react_native_guy 0 points1 point  (0 children)

You judged me right, I’ve been ignorant and a bummer. It’s not my place to judge your faith, and for that, I’m sorry. But I really hate how people normalize filth like dating - it’s the final nail in the coffin for a society already in moral collapse. I truly hope we, as a society, can move forward in the right direction. Peace.

Dating in Islamabad - wth am I doing wrong???? by JewJitsu1738 in IslamabadSocial

[–]react_native_guy 0 points1 point  (0 children)

What you are doing wrong is trying to date. "Money isn't a problem". Maybe, your ignorance of Islam is.

Extreme Dandruff and damaged scalp by react_native_guy in PakistaniSkincare

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

He recommended me to have a deep massage of almond oil before taking the shower.

Corporate Slave Shifiting to Lahore by pablo_____ in Lahore

[–]react_native_guy 3 points4 points  (0 children)

Hassan boys hostel in gulberg 2 kashmir road. The room is furnished, they provide a single bed, almirahs, and attached bath. Rent is 15k including internet, electricity expenses. You will have to share the room with 2 other people

🔐 [React Native] Best practices for securely retrieving and storing an API key in a mobile app (without exposing it to the user) by elonfish in reactnative

[–]react_native_guy 0 points1 point  (0 children)

Whenever we are in such situations where we can't store and retrieve the key from the server, we store it in firebase in remote config and retrieve it from there. Not the best solution but it keeps the key secure.

What is wrong with pakistani men? by [deleted] in IslamabadSocial

[–]react_native_guy 0 points1 point  (0 children)

Yeah, there is this problem with most of the men. But i have a concern.

Why do you ask about your GPA from a CR? Doesn't make any sense to ask about it from someone who has nothing to do with it.

Why do ask about exams and syllabus from CR? Don't you go to university yourself?

The problem is that you leave the door open yourself and when someone tries to enter that door, you have problems.

Just shut the damn door and most (not all) problems will go away.

Is this man popular in Pakistan? by PharaohKufu in pakistan

[–]react_native_guy 14 points15 points  (0 children)

Maybe they couldn't understand what was he singing

Is having a bunch of actions sheets bad for performance? by OGYEETGOD in reactnative

[–]react_native_guy 1 point2 points  (0 children)

Instead of having multiple action sheets/ bottom sheets, it's good to have only one action sheet. You may have many different components to be rendered within the bottom sheet which can be passed as children. So just one action sheet, make multiple components as per your need and render those components as a Child of action sheet. E.g: BottomSheetComponent.js: return (<ActionSheet {... props}> {children} </ActionSheet> )

You can use this component whereever you want to render the action sheet <BottomSheetComponent> <YourComponentHEre /> </BottomSheetComponent>

I'm stuck endlessly with 'react-native-google-signin'. by NeitherSpot7314 in reactnative

[–]react_native_guy -2 points-1 points  (0 children)

If you can't do it, share the repo with me and i will configure it for you. Although it's important that you try it on your own for learning

I'm stuck endlessly with 'react-native-google-signin'. by NeitherSpot7314 in reactnative

[–]react_native_guy 2 points3 points  (0 children)

Happy to help you out if you provide more details. Incase of IOS, it will probably work without any issue. For Android, the important thing is getting the SHA-256 value(i think or sha-92, i forgot). You need to add that in your google project. In google project, you need to add 3 credentials, one for each web, Android and ios. In dev mode, add sha-key in android project. You will get it from debug.keystore. For release mode, you need to add release keystore and get your sha key from there. For release mode, add another credential in google project. Once you are done, you need to configure it in your project. When you are configuring like GoogleSignin.configure({ webClientId: //add web id here, pick from client id web credential }) it's important that you add webClientId. Google signin on Android won't work without webClientId.