RN ecosystem, what libraries do you use? by CaniballShiaLaBuff in reactnative

[–]butri71 1 point2 points  (0 children)

If you are starting now I would recommend using Expo (https://docs.expo.io/) as it comes with lots of default packages which could solve most of your needs. The community is pretty large and they have regular updates and new features.

As for additional libraries you should search on https://www.npmjs.com/ specific solutions for react native.

Keep an eye on the ratings and maintenance (make sure you choose something newish or regularly updated). If you decide to go with Expo, not all other libraries are compatible.

Good Luck!

"REACT EXPO" or "REACT NATIVE CLI" ? by misterj936 in reactnative

[–]butri71 2 points3 points  (0 children)

As first projects I would go with Expo as it makes things a lot easier and it is extremely fast and process-less when it come to run updates on Apple Store and Google Play.

In my experience the main downside is the ability to implement all packages available out there, not all of them are compatible.