Skip to content

ChainPlatform/react-native-animated

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@chainplatform/animated

Animation lib from Chain Platform (Bros Chain).

Current npm package version. PRs welcome! Follow @doansan

📦 Installation

npm install @chainplatform/animated
# or
yarn add @chainplatform/animated

🚀 Usage

import { View } from "react-native";
import { DancingText } from '@chainplatform/animated';

export default function Home() {

  return (
    <View style={{ flex: 1 }}>
      <DancingText 
        letters={"Chain Platform"}
        textStyle={{
          fontSize: 14,
          fontWeight: "500",
          color: "red"
        }}
      />
    </View>
  );
}

About

Animation lib from Chain Platform (Bros Chain)

Resources

License

Stars

Watchers

Forks

Packages

No packages published