5 Interesting React Native UI components for developers
This post for all those people who are working on React Native. Here is a list of 5 React native UI components they will show you how to build a native UI component.
1. React native splash screen
A splash screen API for react-native which can programmatically hide and show the splash screen. Works on iOS and Android.
2. apsl react native button
A React Native button component customizable via style props.
Renders a TouchableOpacity under iOS and a TouchableNativeFeedback under Android.
OpenGL bindings for React Native to implement complex effects over images and components, in the descriptive VDOM paradigm.
4. React Native Blur component
A component for UIVisualEffectView’s blur and vibrancy effect on iOS, and 500px-android-blur on Android.
5. React native app intro
react-native-app-intro is a react native component implementing a parallax effect welcome page using base on react-native-swiper , similar to the one found in Google’s app like Sheet, Drive, Docs…
Compilation by Atom ID @Reactsharing.com