1.1.0 • Published 11 months ago

react-native-auto-type v1.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

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

portfolio linkedin

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

ParameterTypeDescription
textstringRequired. your text
typingSpeednumberRequired. tpying speed
stylesTextStypePropsstyle of your text
showCursorItembooleanshowing cursor item

multiple typewriter api

ParameterTypeDescription
textarrayRequired. your text
typingSpeednumberRequired. tpying speed
stylesTextStypePropsstyle of your text
showCursorItembooleanshowing cursor item

Authors

🚀 About Me

Hi 👋, I'm Hussein Asadi

I'am a fullstack developer from iran

contact me : artistpenman1515@gmail.com

🛠 Skills

Javascript, HTML, CSS

typescript,nodejs,mongodb,

mysql,redux,react-native,react,

nextjs,tailwindcss,bootstrap,electron....