Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mindinventory/react-native-navigation-animation

Transition navigation component for React Native
https://github.com/mindinventory/react-native-navigation-animation

react react-native react-native-animation react-native-app react-native-elements react-native-library react-navigation reactnative

Last synced: 6 days ago
JSON representation

Transition navigation component for React Native

Awesome Lists containing this project

README

        

# React Native Navigation Animation

Beautiful Navigation animation with transition made with React Native.

Check it out on Dribbble (https://dribbble.com/shots/4115418-Home-page-interactions)

Android: `react-native run-android`

iPhone: `react-native run-ios`

# Usage

```js
render() {
return (



+ Create

{/* Top Container ........ */}

{/* User Image ........ */}


Hello,{"\n"}Dance Montgomery


What you want to cook today?

{/* Search View Container ........ */}



{/* Bottom Container ........ */}

{/* Tab bar View........ */}

this.renderTapBarItem(item, index)}
/>

{/* Grid View........ */}

this.renderGridItem(item, index)}
/>



);
}
```

## Dependencies

* `react-navigation-fluid-transitions`

# Changelog

### Version: 1.0

* Initial Build

# LICENSE!

React-native-navigation-animation is [MIT-licensed](https://github.com/Mindinventory/react-native-navigation-animation/blob/master/LICENSE).

# Let us know!
We’d be really happy if you send us links to your projects where you use our component. Just send an email to [email protected] And do let us know if you have any questions or suggestion regarding our work.