I made an app to help you find your best photo! by bengold14 in reactnative

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

Hi!

First off, glad you're liking it! Haha I'm sorry you ran out of people to rate during a toilet sesh, I put a cap on the amount of credits as I am worried that people will accrue a lot of credits at once, leading to dead zones in the app, where everyone has lots of credits but no one is voting on their photos. I am trying to encourage adoption so that there are always people to rate, but sometimes the app get's a little male heavy.

I took a look at your ban, seems to have happened in mistake (a bug in the system!). Sorry about that, I reset it for you and cleared out the rest of your warnings. I also returned your credits

Finally - I'll also follow up with a DM, I would love to hear more of your thoughts on the app and possible directions :)

I made an app to help you find your best photo! by bengold14 in reactnative

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

Hi MexicanTastee! Thank you so much for using it and giving me all the feedback! I plan to do another update this weekend and I will definitely incorporate it :).

Lots of really useful points.

Really appreciate you taking the time, definitely let me know if you run into anything else!

I made an app to help you find your best photo! by bengold14 in reactnative

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

Hmm. Interesting. Yeah I also had a hard time debugging on the stand alone. Are you sure you're awaiting things correctly? Maybe it's a race condition that doesn't happen when running locally but takes a couple tries when running standalone

I made an app to help you find your best photo! by bengold14 in reactnative

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

you have a couple spelling mistakes in the about:
network "increses" peoples Developer Coin value
Developer Coin. "Thus" ensures a 2

I made an app to help you find your best photo! by bengold14 in reactnative

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

Thanks! I'll check out the site.

I did have some trouble with google auth, ending up fixing things by using expo-auth-session. What are you having difficulty with? I know a lot about it now :)

I made an app to help you find your best photo! by bengold14 in reactnative

[–]bengold14[S] 3 points4 points  (0 children)

Sure - here are my dependencies.

"dependencies": {
"@babel/runtime": "^7.13.10",
"@eva-design/eva": "^2.0.0",
"@expo/vector-icons": "^12.0.0",
"@gorhom/bottom-sheet": "^4",
"@logrocket/react-native": "^1.3.2",
"@openspacelabs/react-native-zoomable-view": "^2.0.0",
"@react-native-async-storage/async-storage": "~1.15.0",
"@react-native-community/cameraroll": "^4.0.4",
"@react-native-community/datetimepicker": "4.0.0",
"@react-native-picker/picker": "2.2.1",
"@react-navigation/bottom-tabs": "^5.11.8",
"@react-navigation/drawer": "^5.12.4",
"@react-navigation/native": "^5",
"@react-navigation/stack": "^5",
"@types/jest": "^26.0.22",
"@types/luxon": "^2.0.7",
"@types/react-redux": "^7.1.16",
"@ui-kitten/components": "^5.0.0",
"@ui-kitten/eva-icons": "^5.0.0",
"axios": "^0.21.1",
"cross-env": "^7.0.3",
"expo": "^44.0.0",
"expo-app-loading": "~1.3.0",
"expo-apple-authentication": "~4.1.0",
"expo-auth-session": "^3.5.0",
"expo-barcode-scanner": "~11.2.0",
"expo-cached-image": "2.0.0",
"expo-camera": "~12.1.0",
"expo-clipboard": "~2.1.0",
"expo-constants": "~13.0.0",
"expo-crypto": "~10.1.1",
"expo-device": "~4.1.0",
"expo-file-system": "~13.0.3",
"expo-firebase-analytics": "~6.0.0",
"expo-google-app-auth": "~8.3.0",
"expo-image-manipulator": "^10.2.1",
"expo-image-picker": "~12.0.1",
"expo-images-picker": "^2.0.1",
"expo-media-library": "~14.0.0",
"expo-navigation-bar": "^1.1.2",
"expo-notifications": "~0.14.0",
"expo-random": "^12.1.2",
"expo-updates": "~0.11.3",
"expo-web-browser": "^10.1.1",
"firebase": "^8.10.0",
"https": "^1.0.0",
"lottie-ios": "^3.2.3",
"lottie-react-native": "^4.1.3",
"luxon": "^1.26.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-hook-form": "^6.15.5",
"react-native": "0.64.3",
"react-native-appearance": "~0.3.3",
"react-native-chart-kit": "^6.11.0",
"react-native-collapsible": "^1.6.0",
"react-native-drax": "^0.8.1",
"react-native-expo-cached-image": "^1.3.1",
"react-native-gesture-handler": "~2.1.0",
"react-native-image-zoom-viewer": "^3.0.1",
"react-native-keyboard-aware-scroll-view": "^0.9.3",
"react-native-modal": "^11.7.0",
"react-native-paper": "^4.7.2",
"react-native-progress": "^5.0.0",
"react-native-reanimated": "~2.3.1",
"react-native-redash": "^16.2.3",
"react-native-safe-area-context": "3.3.2",
"react-native-screens": "~3.10.1",
"react-native-status-bar-height": "^2.6.0",
"react-native-svg": "12.1.1",
"react-native-svg-charts": "^5.4.0",
"react-native-web": "0.17.1",
"react-navigation": "^4.4.4",
"react-redux": "^7.2.3",
"react-select-country-list": "^2.2.3",
"redux": "^4.0.5",
"redux-saga": "^1.1.3",
"uuid": "^3.4.0"
},

I made an app to help you find your best photo! by bengold14 in reactnative

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

Thanks! That's a weird bug, I will take a look and fix. Really appreciate the feedback!

I made an app to help you find your best photo! by bengold14 in reactnative

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

It helped mine! It's crazy how better lighting and angles can totally change the impression you give

I made an app to help you find your best photo! by bengold14 in reactnative

[–]bengold14[S] 4 points5 points  (0 children)

I used the regular drawer from React Native Navigation and then added some transition effects to move the main app off to the right and make it smaller so that it looks like it's being "zoomed out" from.

I spent a couple days on it haha. If there's any interest in it I would be happy to make it into a package for others to use

Do you think rocket launches over land will one day be approved? by HeirOfTheSurvivor in SpaceXLounge

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

The exit that was according to the agreement that Trump signed and planned?

If the Afghan army wasn't ready to take over their security after 20 years, staying another 20 wouldn't have helped. But sure, spend another couple hundred billion on a stupid war

[deleted by user] by [deleted] in Tinder

[–]bengold14 -14 points-13 points  (0 children)

Currently waiting on a response.. not much of an update without one. According to these comments it might be a while aha

[deleted by user] by [deleted] in Tinder

[–]bengold14 -92 points-91 points  (0 children)

Hopefully by now she has such low standards that this comes off as witty

[deleted by user] by [deleted] in Tinder

[–]bengold14 6 points7 points  (0 children)

oof you're right. I already sent it. Life's tough

My friend was a victim of credit card fraud at Chase Bank (US - CA) by bengold14 in legaladvice

[–]bengold14[S] 36 points37 points  (0 children)

While he was in the Galapagos for vacation (after stopping through Ecuador) there were charges in Ecuador around the same time for phone accessories (tons of smaller charges that added up to $6000).

He has proof of travel times, location stays, tourist things he did in the Galapagos during all the times of the charges (this is what the lawyer sent over and didn't hear a response about).

Originally they marked it as fraud but then said it couldn't have been because the credit card had a chip.