react-native-typing-animation-effect
v1.0.5
Published
Animated typing effect for text in react native
Downloads
4
Maintainers
Keywords
Readme
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.
- 'react'
- '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 :
- style : any text styles
Credit goes to :
- 'react'
- 'react-native'
Contribution :
if you like my work 😀 u can contribute using vpa : krishna.santho08@okaxis
it will be a great support to me ☺.