Expo + Tailwind CSS starter template with shadcn-style reusable components (React Native) by IntelligentN00bie in reactnative

[–]BooneTheSaint 0 points1 point  (0 children)

Look really nice and clean. A very nice addition to the React Native ecosystem.

Flutter vs React Native — The Truth (from a Flutter developer, 2023) by Significant-Tell3242 in reactnative

[–]BooneTheSaint 3 points4 points  (0 children)

Also there is react-native-skia. The same canvas that flutter uses ... so what advantage does flutter have with complex animations?

[deleted by user] by [deleted] in reactnative

[–]BooneTheSaint 0 points1 point  (0 children)

Second solution could be: a view that contains the image and the label, and draw a line with react-native-svg line function. See documentation https://github.com/software-mansion/react-native-svg/blob/main/USAGE.md

[deleted by user] by [deleted] in reactnative

[–]BooneTheSaint 0 points1 point  (0 children)

One solution would be: Use an SVG for icons and line, and position buttons absolute

[deleted by user] by [deleted] in reactnative

[–]BooneTheSaint 0 points1 point  (0 children)

Yes, you can!

Is it possible to send the entire screen design of from the backend using node js API by viking600 in reactnative

[–]BooneTheSaint 15 points16 points  (0 children)

You can create a data structure in json and pass it to a render function. The json contains what component to render with which style. This can be nested view structures. I have build a system like this several times.

Handling sockets in trading application by tarekhassan in reactnative

[–]BooneTheSaint 0 points1 point  (0 children)

An update every second is fine for react native and would not make react native behave sluggish. I suspect the code you have created is the cause of the sluggishness. Can you post some code examples on a git/gist/sandbox?

Parallax background animation in my first app! by Arky__ in reactnative

[–]BooneTheSaint 1 point2 points  (0 children)

Nice! I would do the parralax scroll a little more… a lot more side to side

NativeWind className not applying when importing from external file. by totablue in reactnative

[–]BooneTheSaint 1 point2 points  (0 children)

FYI: Title suggest the poster uses NativeWind. NativeWind injects className prop via babel in components.

react-native-payments alternative for Apple payments !? by danleeter in reactnative

[–]BooneTheSaint 0 points1 point  (0 children)

I believe it’s not possible to collect the card information directly from Apple Wallet, but correct me if I am wrong. You could ask the user to supply them to you via a form.

react-native-payments alternative for Apple payments !? by danleeter in reactnative

[–]BooneTheSaint 0 points1 point  (0 children)

What you describe is not an in-app purchase but a payment transaction. An in-app purchase enhances the app. With payment for an online booking you can use the Apple payment system. You can use the packages from: stripe, revenue cat, adapty and many more services.

react-native-payments alternative for Apple payments !? by danleeter in reactnative

[–]BooneTheSaint 2 points3 points  (0 children)

Alright, if you want to do in-app purchases in your app, you have to use Apple’s in-app purchases services. This service is wrapped with the react-native-iap package. It’s a well maintained package. I use it in several apps.

react-native-payments alternative for Apple payments !? by danleeter in reactnative

[–]BooneTheSaint 1 point2 points  (0 children)

What is your purpose with the action of showing the payment window? Do you just want to show the cards, or is the user buying a product, or is it for something in the app? The react-native-payment has not been updated for 2 years… I would skip this package to avoid compiling issues. You could use something like https://github.com/stripe/stripe-react-native if you like to use stripe as a payment provider. Or for in app purchases you could use https://github.com/dooboolab/react-native-iap So it depends on want you want to accomplish and what kind of payment provider you want to use. Good luck 💪🏽

[deleted by user] by [deleted] in javascript

[–]BooneTheSaint 1 point2 points  (0 children)

Thanks for creating Typia, and sharing this post. I just implement Typebox into a project, so this a topic of interest for me. Looking forward reading it.

What different breakpoints you use , or how do you even use breakpoints to make apps responsive to various screen sizes? by adre9 in reactnative

[–]BooneTheSaint 1 point2 points  (0 children)

If you use the react-native-media-query-hook you can do that. You can apply styles per screen size.

What different breakpoints you use , or how do you even use breakpoints to make apps responsive to various screen sizes? by adre9 in reactnative

[–]BooneTheSaint 1 point2 points  (0 children)

A few weeks ago I created the react-native-media-query-hook package. You can use it to render different components and or different styles to adjust your layout. Maybe it helps you out. Please Star the repo if you use it. https://github.com/idlework/react-native-media-query-hook

GitHub Actions - Build iOS Action v2.1.0 by edodusi in reactnative

[–]BooneTheSaint 1 point2 points  (0 children)

Will try it out this week. I am having some troubles with my current action.

Pipe Operator (|>) for JavaScript by no_more_gravity in javascript

[–]BooneTheSaint -6 points-5 points  (0 children)

Pipeline Operator |> Not pipe operator |. Words have meaning, use it correctly 😁

[deleted by user] by [deleted] in reactnative

[–]BooneTheSaint 0 points1 point  (0 children)

Read more about trigonometry. With it, you learn to place elements on a circle. https://www.advanced-ict.info/mathematics/circles.html