react-native-auto-type
v1.1.0
Published
hi every one this is a library for auto typewriting text titles array of text and lots of stuff hope you enjoy it
Downloads
7
Maintainers
Readme
react-native-auto-type
hi every one this is a library for auto typewriting text titles array of text and lots of stuff hope you enjoy it
Deployment
To deploy this library
npm i react-native-auto-type
🔗 Links
Usage/Examples
import { AutoType } from "react-native-auto-type";
function App() {
const text =
"Lorem ipsum dolor sit amet consectetur adipisicing elit. Rerum nobis magni, a officiis ipsum harum natus reiciendis veniam quaerat dolores!";
return (
<AutoType
stylesText={styles.robotext}
text={text}
typingSpeed={10}
showCursorItem
/>
);
}
Usage/Examples Multiple
import { MultyText } from "react-native-auto-type";
function App() {
return (
<MultyText
texts={[
"Hello, this is the first sentence.",
"And here comes the second sentence.",
"Finally, this is the third sentence!"
]}
typingSpeed={100}
/>
);
}
API Reference
noraml typewriter api
| Parameter | Type | Description |
| :--------------- | :----------- | :------------------------- |
| text
| string
| Required. your text |
| typingSpeed
| number
| Required. tpying speed |
| stylesText
| StypeProps
| style of your text |
| showCursorItem
| boolean
| showing cursor item |
multiple typewriter api
| Parameter | Type | Description |
| :--------------- | :----------- | :------------------------- |
| text
| array
| Required. your text |
| typingSpeed
| number
| Required. tpying speed |
| stylesText
| StypeProps
| style of your text |
| showCursorItem
| boolean
| showing cursor item |
Authors
🚀 About Me
Hi 👋, I'm Hussein Asadi
I'am a fullstack developer from iran
contact me : [email protected]
🛠 Skills
Javascript, HTML, CSS
typescript,nodejs,mongodb,
mysql,redux,react-native,react,
nextjs,tailwindcss,bootstrap,electron....