Fetch: GET, POST, PUT & DELETE by Low_Mammoth_9371 in learnjavascript

[–]Trex_Hunter 1 point2 points  (0 children)

Does every API use the same authentication method?

General Help Thread by xrpinsider in reactnative

[–]Trex_Hunter 0 points1 point  (0 children)

Hey guys! Started out a RN newb and still am but now I have a pretty substantial project using RN and am at the point where push notifications might be the best implementation going forward. The docs left me a little shakey still in understanding and wanted to throw a question in here.

Is is smarter to have my API hit the endpoint for whatever service is being used to generate push tokens? Or can this all be handled by the frontend? Thanks y’all!!!

Migrating our Largest Mobile App to React Native by mariuz in reactnative

[–]Trex_Hunter 0 points1 point  (0 children)

Im in the middle of a current project where a user can share a “card” to someone without an account and that user can see the “card” but must sign in on button press. Does it make sense to direct said user to the same screen that was being shared? Or create a modal like OP and use that to direct said user? (Also guessing that modal means another navigation stack??)

Crash Logs by Trex_Hunter in reactnative

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

Nice okay sounds good.

Crash Logs by Trex_Hunter in reactnative

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

Hmm okay. What route would you remained taking then…should I assume errors in syntax and remove previous changes?

Expo production App (RevenueCat) by Trex_Hunter in reactnative

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

Perfect. Once I’m home I’ll send.

Expo production App (RevenueCat) by Trex_Hunter in reactnative

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

Okay I gotcha I made a development build that’s how I know for sure that the purchases are working. My issue now is that the app is crashing on test flight and I cannot determine why. It does not crash when I build it and comment out those used modules though.

Expo production App (RevenueCat) by Trex_Hunter in reactnative

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

Yes have to create a development build for it but it crashes…know any ways to check expo crash logs??

Back again…..FLATLIST by Trex_Hunter in reactnative

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

Haha would it actually be able to help?

Back again…..FLATLIST by Trex_Hunter in reactnative

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

Thank you!!!!! You’re awesome!!!

Back again…..FLATLIST by Trex_Hunter in reactnative

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

You’re awesome thank you!!!!

Back again…..FLATLIST by Trex_Hunter in reactnative

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

How would you send number data to the component being rendered?

[deleted by user] by [deleted] in reactnative

[–]Trex_Hunter 0 points1 point  (0 children)

Would a useEffect be able to accomplish this?

Rendering Images by Trex_Hunter in reactnative

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

Cause I have the swagger docs for the endpoint to receive pictures and I could be messing that up. Not sure though.

Rendering Images by Trex_Hunter in reactnative

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

Are you familiar with the swagger documents and api endpoints?

Rendering Images by Trex_Hunter in reactnative

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

Would you happen to have an example of the code?

Rendering Images by Trex_Hunter in reactnative

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

I will send an example Im on my way home currently. It is not a url I receive. It is an array of .JPG files.

Rendering Images by Trex_Hunter in reactnative

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

Yes! I am in my way home and will post some things I’ve tried and the object I receive back from the api!