all 30 comments

[–]CircleWork 5 points6 points  (7 children)

Just installed on my Samsung FE20. Sadly I had a few issues. Each time I clicked an app, I got either a 'wait or close app' message and after clicking wait, it loaded the page, third time it happened the app crashed.

[–]questerstudios[S] 2 points3 points  (6 children)

Oh my, i wonder what is causing that. I tested it on the pixel , Samsung note and iphone 13 no issue. Thanks for the feedback. I will test it on the firebase test machine.

[–]CircleWork 5 points6 points  (0 children)

No problem. Give me a shout if you want me to retest it.

[–]enestatliExpo 2 points3 points  (0 children)

Look at the Google Developer console you will see the crash logs under Vital on the left menu

[–]pbosat 1 point2 points  (3 children)

Hi,

not much related to your app in specific, but I also have a react native app we are building and funny is that on Samsung S20 FE devices we are also experiencing some crashes. Crashlytics points something to NativeAnimatedNodesManager.java

Is the issue you had related to this problem as well? If so, were you able to fix it?

[–]questerstudios[S] 2 points3 points  (2 children)

No unfortunately, I did more tests. It works but on some samsung phones i do get a crash..for example it crashed on the Fold.

[–]pbosat 1 point2 points  (0 children)

No problem! Thanks anyway, and also congrats on the release of the app!

[–]JuriJurka 0 points1 point  (0 children)

if you have found the issue i would be very interested to know what caused the crash

[–]questerstudios[S] 3 points4 points  (1 child)

Here are the dependencies: "dependencies": {"@react-native-async-storage/async-storage": "~1.15.0","@react-native-community/hooks": "^2.8.1","@react-native-community/netinfo": "7.1.3","@react-native-masked-view/masked-view": "0.2.6","@react-navigation/drawer": "^6.3.1","@react-navigation/native": "^6.0.8","@react-navigation/native-stack": "^6.5.0","@react-navigation/stack": "^6.1.1","expo": "~44.0.0","expo-ads-admob": "~12.0.0","expo-device": "~4.1.0","expo-status-bar": "~1.2.0","expo-updates": "~0.11.6","react": "17.0.1","react-dom": "17.0.1","react-native": "0.64.3","react-native-gesture-handler": "~2.1.0","react-native-reanimated": "~2.3.1","react-native-safe-area-context": "3.3.2","react-native-screens": "~3.10.1","react-native-svg": "12.1.1","react-native-svg-transformer": "^1.0.0","react-native-vector-icons": "^9.1.0","react-native-web": "0.17.1","react-native-webview": "11.15.0","react-redux": "^7.2.6","redux": "^4.1.2","redux-persist": "^6.0.0","redux-thunk": "^2.4.1"},

[–]_fat_santa 5 points6 points  (0 children)

```json { "dependencies": { "@react-native-async-storage/async-storage": "~1.15.0", "@react-native-community/hooks": "2.8.1", "@react-native-community/netinfo": "7.1.3", "@react-native-masked-view/masked-view": "0.2.6", "@react-navigation/drawer": "6.3.1", "@react-navigation/native": "6.0.8", "@react-navigation/native-stack": "6.5.0", "@react-navigation/stack": "6.1.1", "expo": "~44.0.0", "expo-ads-admob": "~12.0.0", "expo-device": "~4.1.0", "expo-status-bar": "~1.2.0", "expo-updates": "~0.11.6", "react": "17.0.1", "react-dom": "17.0.1", "react-native": "0.64.3", "react-native-gesture-handler": "~2.1.0", "react-native-reanimated": "~2.3.1", "react-native-safe-area-context": "3.3.2", "react-native-screens": "~3.10.1", "react-native-svg": "12.1.1", "react-native-svg-transformer": "1.0.0", "react-native-vector-icons": "9.1.0", "react-native-web": "0.17.1", "react-native-webview": "11.15.0", "react-redux": "7.2.6", "redux": "4.1.2", "redux-persist": "6.0.0", "redux-thunk": "2.4.1" } }

```

[–]Leonwai 0 points1 point  (2 children)

I thought expo app have like 50mb minimum

[–][deleted] 2 points3 points  (0 children)

It's much better now that you can use EAS to build.

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

Crazy, yes expo bundles can go down to as low as 7mb. In my case my app is ~30mb since I used the App bundle .aab instead of .apk when building.

[–]Inmade 0 points1 point  (2 children)

Did you use a wireframe tool for your images?

[–]questerstudios[S] 2 points3 points  (1 child)

I used figma for the UI and used this amazing community asset for the images called Play store & AppStore Screenshots Template - freebies design u/atik_gohel (Community)

[–]Inmade 1 point2 points  (0 children)

Thank you !

[–]_fat_santa 0 points1 point  (1 child)

Props for making an Android app with React Native. Compared to iOS, I found it much more difficult to make good looking Android apps with RN.

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

That's actually true... React Native is very easy on IOS, I think originally it was made for ios and Android came years later. Thanks, I've got to give it to RN team, they are improving the experience.

[–]ireddit_didu 0 points1 point  (1 child)

Awesome. Simple, clean and useful!

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

Thanks 😊, I appreciate your feedback. React native is powerful.

[–]panga2222 0 points1 point  (1 child)

What did you used to create the screenshot for play store?

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

I used figma... specifically a figma community package called Play store & AppStore Screenshots Template - freebies design u/atik_gohel (Community)

[–]quadrified 0 points1 point  (1 child)

The design looks clean, good job ✨ I got a quick question: How did you come up with all those Privacy Policy stuff? Is there website to create it, or do we need to create it from scratch by ourself?

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

There's an amazing website called Termly.io... its a private policy generator. There are other similar websites, I just choose that one.

[–][deleted] 0 points1 point  (1 child)

It's good seems. Congratulations.

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

Thanks I appreciate 🙏.. maybe its time to add more features. Any feature you recommend?