React native peoples out there.... What do you pre...
# prisma-whats-new
l
React native peoples out there.... What do you prefer when building UI elements, use the react-native components directly, use react-native-elements or native-base, or something else? I suppose all have their pros and cons.
k
We use react native directly and build our components as per our designs. We have an internal component library we use on our projects. I looked at native base but found it really buggy for my needs.
l
Thanks. After using nativebase I came to the same conclusion that it is gives more headaches than benefits. Going direct reactnative except for when the component is small isolated and not complex. If there are issues I could easily separate the code and fix it for myself