Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@gluestack-ui/transitions

gluestack160.8k0.1.11TypeScript support: included

Transitions animations for React Native, Next.js & React

react, native, react-native, transitions, animations, gluestack-ui, universal, headless, typescript, component, android, ios, nextjs

readme

@gluestack-ui/transitions

Installation

To use @gluestack-ui/transitions, all you need to do is install the @gluestack-ui/transitions package:

$ yarn add @gluestack-ui/transitions

# or

$ npm i @gluestack-ui/transitions

Usage

Here's an example how to use this package to create one:

import { PresenceTransition } from '@gluestack-ui/transitions';

function Transitions() {
  return (
    <PresenceTransition>{/* Your Component goes here! */}</PresenceTransition>
  );
}

More information about implementation of transitions is available here.

changelog

Changelog

Latest Release

December 23, 2022: v0.1.0

Previous Releases