react-native-komect-uikit
Version:
React Native UI Toolkit
27 lines (19 loc) • 626 B
Markdown
for react native using ReactART.

For Android, it works out of the box.
For iOS, add `ART.xcodeproj` from `node_modules/react-native/React/Libraries/ART` to your Libraries then link `libART.a`.
```jsx
import Loader from 'react-native-komect-uikit';
// ...
<View>
<Loader.Bubbles size={10} color="#FFF" />
<Loader.Bars size={10} color="#FDAAFF" />
<Loader.Pulse size={10} color="#52AB42" />
<Loader.DoubleBounce size={10} color="#1CAFF6" />
</View>
```
A collection of animated spinners