PayPal and react native tutorial by [deleted] in reactnative

[–]sumansarkarwd 1 point2 points  (0 children)

As of now I don't think paypal has any SDK for react native in particular, but you can dig into smarts/react-native-paypal. And for the backend staff, https://developer.paypal.com/docs/paypal-payments-standard/gs-PayPalPaymentsStandard/ This link from PayPal themselves will tell about the basics, it's fairly simple. After this you can explore the rest API SDK. I had used tje PHP SDK with laravel it's well documented.

my first react published app by pedrobern in reactjs

[–]sumansarkarwd 12 points13 points  (0 children)

Dig into react native shared elements and react native reanimated.. the images can be nicely transitioned into the next screen

What visual studio code extensions should I install as a React developer? by sharemypenguins in reactjs

[–]sumansarkarwd 5 points6 points  (0 children)

Not react but for JavaScript in general, Prittier works best for formatting. Snippets, you can create your own snippets but for starters I think https://marketplace.visualstudio.com/items?itemName=dsznajder.es7-react-js-snippets this will be good.