ab_404
ab_404

Reputation: 79

What are the best libraries that can be used with React Native for best UI design

I'm currently developing the cross platform transportation app in React Native and Expo. Could anyone suggest the libraries that can be used to achieve the Best UI design?

Upvotes: -1

Views: 984

Answers (1)

For best UI you can use these libraries, I have used and T can recommend you these are the best libraries

  1. react-native-paper https://callstack.github.io/react-native-paper/index.html

  2. react-native-elements https://reactnativeelements.com/docs

  3. gluestack-ui https://ui.gluestack.io/ (previously native-base, https://docs.nativebase.io/installation)

Upvotes: 1

Related Questions