Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cawfree/react-native-unibubbles

An animated floating header component. You probably don't need it. 😜
https://github.com/cawfree/react-native-unibubbles

animated react-native

Last synced: about 2 months ago
JSON representation

An animated floating header component. You probably don't need it. 😜

Awesome Lists containing this project

README

        

# react-native-unibubbles
The animated floating header for [**Uni**](https://getuni.app). It's a way to use a config object to declare a group of nested floating animations which can be interrupted asynchronously.

## 🚀 Getting Started

Using [`yarn`](https://yarnpkg.com):

```
yarn add react-native-unibubbles
```

## ✍️ Usage

```javascript
import React from "react";
import { TouchableOpacity, StyleSheet, Animated, Platform } from "react-native";
import { useWindowDimensions } from "react-native-use-dimensions";

import { UniBubbles, useUniBubbles } from "react-native-unibubbles";

export default function App() {
const { width: windowWidth } = useWindowDimensions();
return (
,
},
]}
/>
);
}
```

## ✌️ License
[**MIT**](./LICENSE)