Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added react-native-animated-layout #1109

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
110 changes: 54 additions & 56 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,63 +43,60 @@ _Teller is an OSS and FREE productivity secret manager for developers made by [S
<!-- START doctoc generated TOC please keep comment here to allow auto update -->

<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
- [Buzzing](#buzzing)
- [Instabug](#instabug)
- [Categories](#categories)
- [Conferences](#conferences)
- [Chain React - Portland, OR USA](#chain-react---portland-or-usa)
- [React Native EU - Wroclaw, Poland](#react-native-eu---wroclaw-poland)
- [React Alicante - Alicante, Spain](#react-alicante---alicante-spain)
- [ReactNext - Tel Aviv, Israel](#reactnext---tel-aviv-israel)
- [React Berlin - Berlin, Germany](#react-berlin---berlin-germany)
- [App.js Conf - Krakow, Poland](#appjs-conf---krakow-poland)
- [Chain React - Portland, OR USA](#chain-react---portland-or-usa-1)
- [React Native EU - Wroclaw, Poland](#react-native-eu---wroclaw-poland-1)
- [React Berlin - Berlin, Germany](#react-berlin---berlin-germany-1)
- [ReactEurope - Paris, France](#reacteurope---paris-france)
- [Articles](#articles)
- [Reference](#reference)
- [Howtos](#howtos)
- [Assorted](#assorted)
- [Continuous Integration](#continuous-integration)
- [Internals](#internals)
- [Components](#components)
- [UI](#ui)
- [Navigation](#navigation)
- [Navigation/Routing Articles](#navigationrouting-articles)
- [Navigation Demos](#navigation-demos)
- [Deep Linking](#deep-linking)
- [Text & Rich Content](#text--rich-content)
- [Analytics](#analytics)
- [Utils & Infra](#utils--infra)
- [Forms](#forms)
- [Geolocation](#geolocation)
- [Internationalization](#internationalization)
- [Build & Development](#build--development)
- [Styling](#styling)
- [System](#system)
- [Web](#web)
- [Media](#media)
- [Storage](#storage)
- [Backend](#backend)
- [Integrations](#integrations)
- [Monetization](#monetization)
- [Animation](#animation)
- [Extension](#extension)
- [Other Platforms](#other-platforms)
- [Utilities](#utilities)
- [Seeds](#seeds)
- [Libraries](#libraries)
- [Open Source Apps](#open-source-apps)
- [Frameworks](#frameworks)
- [Tutorials](#tutorials)
- [Books](#books)
- [Videos](#videos)
- [Talks](#talks)
- [Training & tutorials](#training--tutorials)
- [Blogs](#blogs)
- [Newsletters](#newsletters)
- [Releases](#releases)
- [Conferences](#conferences)
- [Chain React - Portland, OR USA](#chain-react---portland-or-usa)
- [React Native EU - Wroclaw, Poland](#react-native-eu---wroclaw-poland)
- [React Alicante - Alicante, Spain](#react-alicante---alicante-spain)
- [ReactNext - Tel Aviv, Israel](#reactnext---tel-aviv-israel)
- [App.js Conf - Krakow, Poland](#appjs-conf---krakow-poland)
- [Chain React - Portland, OR USA](#chain-react---portland-or-usa-1)
- [React Native EU - Wroclaw, Poland](#react-native-eu---wroclaw-poland-1)
- [React Berlin - Berlin, Germany](#react-berlin---berlin-germany)
- [ReactEurope - Paris, France](#reacteurope---paris-france)
- [Articles](#articles)
- [Reference](#reference)
- [Howtos](#howtos)
- [Assorted](#assorted)
- [Continuous Integration](#continuous-integration)
- [Internals](#internals)
- [Components](#components)
- [UI](#ui)
- [Navigation](#navigation)
- [Navigation/Routing Articles](#navigationrouting-articles)
- [Navigation Demos](#navigation-demos)
- [Deep Linking](#deep-linking)
- [Text & Rich Content](#text--rich-content)
- [Analytics](#analytics)
- [Utils & Infra](#utils--infra)
- [Forms](#forms)
- [Geolocation](#geolocation)
- [Internationalization](#internationalization)
- [Build & Development](#build--development)
- [Styling](#styling)
- [System](#system)
- [Web](#web)
- [Media](#media)
- [Storage](#storage)
- [Backend](#backend)
- [Integrations](#integrations)
- [Monetization](#monetization)
- [Animation](#animation)
- [Extension](#extension)
- [Other Platforms](#other-platforms)
- [Utilities](#utilities)
- [Seeds](#seeds)
- [Libraries](#libraries)
- [Open Source Apps](#open-source-apps)
- [Frameworks](#frameworks)
- [Tutorials](#tutorials)
- [Books](#books)
- [Videos](#videos)
- [Talks](#talks)
- [Training & tutorials](#training--tutorials)
- [Blogs](#blogs)
- [Newsletters](#newsletters)
- [Releases](#releases)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

Expand Down Expand Up @@ -779,6 +776,7 @@ Components and native modules.
* [react-native-pointer-interactions ★2](https://github.com/thefunbots/react-native-pointer-interactions) - Expose iPad mouse & trackpads interactions to React Native.
* [react-native-yynavigator ★1](https://github.com/yiyangest/react-native-yynavigator) - custom navigation bar for react-native
* [react-native-telegraph ★1](https://github.com/robertherber/react-native-telegraph) - In-app message orchestration supporting Snackbars, Banners and Dialogs
* [react-native-animated-layout](https://github.com/MehmetKaplan/react-native-animated-layout) - A responsive layout handler that works for all web, iOS and Android, utilizing react-native-web and react-native-reanimated


#### Navigation/Routing Articles
Expand Down