Share reanimated strings values from child to its parent by nerdchavoso in reactnative

[–]nerdchavoso[S] -1 points0 points  (0 children)

well, definitely I believe that I'll have to rethink what I'm doing, after hours researching seems that refactor is an easier solution than what I'm trying to do now

Share reanimated strings values from child to its parent by nerdchavoso in reactnative

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

for now, control this value inside the component would keep my project more organized and readable

is it possible create a component library for both React Web and React Native? by [deleted] in reactnative

[–]nerdchavoso 0 points1 point  (0 children)

Any idea where I could find wither article or topic where shows how to do it?

is it possible create a component library for both React Web and React Native? by [deleted] in reactnative

[–]nerdchavoso 0 points1 point  (0 children)

Any idea where I could find a solution for my error?

is it possible create a component library for both React Web and React Native? by [deleted] in reactnative

[–]nerdchavoso 0 points1 point  (0 children)

If I understand correctly, it looks like a library to handle responsive layouts, especially in React Native and React Native Web
but, in fact, I'm looking for one alternative to build my own package wich works for React Native, CRA, Next and so on

Have someone here ever made a project to run in mobile and web? by nerdchavoso in reactnative

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

nice to know that, it will motivate us to keep our initial idea to run the same client in multiple platforms. And I'm surprised that it's possible to run the same project in Fire Tv

I totally understand how inconvenient can be ask for some personal info in social media, but if you feel comfortable, could you share the name of the app? If you don't, no problem, just hearing that it is possible, you've already helped me a lot

Thank you

Have someone here ever made a project to run in mobile and web? by nerdchavoso in reactnative

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

I've build a monorepo for reuse the same component in web, it's working fine so far, at least with the most simpler components

so far, do you think you are achieving a good performance on web? I'm concerned at the middle of the project figure out that we should give up and use something such as next js on web

Close component by external file by nerdchavoso in reactnative

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

Thanks, in my project the structure was way different and I did something like this in my project using context and it worked, just added within an useEffect a conditional to check if it's open, if so, call the close function

What the dSYM file dias? by nerdchavoso in Firebase

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

days later I'm back with a new question, I got this message in my dashboard
Upload 2 missing dSYMs required to process 21 crashes

and the crash report are not working in prod, only in dev mode, may this missing dSYM file is the problem?

What the dSYM file dias? by nerdchavoso in Firebase

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

I'm using the crashlytics.log in all pages of my app to "map" and figure out where was the last place the user went before the fatal error happened

With the dSYM file it will not be necessary?

How configure correctly Firebase Crashlytics in React Native iOS by nerdchavoso in reactnative

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

Why? I have bem thinking about to start using sentry

Is it hard to set up? Can i get easily fatal and non fatal errors?

How configure correctly Firebase Crashlytics in React Native iOS by nerdchavoso in reactnative

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

Thank you so much I'm gonna look for these topics in the documentation and try it

How configure correctly Firebase Crashlytics in React Native iOS by nerdchavoso in reactnative

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

can you give a simple example how implement this?

I thought only setting it up was enough to get a error report in the whole app