react-native-typing-animation-effect

1.0.5 • Public • Published

react-native-typing-animation-effect

react-native-typing-animation-effect is a plugin to create typing effect with ease, thus increasing flexibility to use any where in the component. in this component we can also pass text style in params.

Getting started

$ npm install react-native-typing-animation-effect --save

$ yarn add react-native-typing-animation-effect

To use this dependency in your project, the following packages are needed.

  1. 'react'
  2. 'react-native'

Mostly automatic installation

Usage (Example of react-native-typing-animation-effect )



import React, {Component} from 'react';
import {View} from 'react-native';
import TypingEffectText from 'react-native-typing-animation-effect';
/*
    npm install react-native-typing-animation-effect
*/

export default class App extends Component{
    constructor(props){
        super();
    }
    render(){
        return (
       <View>
            <TypingEffectText style={{fontSize: 50}}>
            hello world
            </TypingEffectText>
        </View>
        );
    }
}


// TODO: What to do with the module?
TypingEffectText;

required Props and its datatypes :

required Props and its datatypes :

  1. style : any text styles

Credit goes to :

  1. 'react'
  2. 'react-native'

Contribution :

if you like my work 😀 u can contribute using vpa : krishna.santho08@okaxis

it will be a great support to me .

Package Sidebar

Install

npm i react-native-typing-animation-effect

Weekly Downloads

3

Version

1.0.5

License

ISC

Unpacked Size

3.76 kB

Total Files

3

Last publish

Collaborators

  • krishna4157