Giter Site home page Giter Site logo

siposdani87 / expo-rich-text-editor Goto Github PK

View Code? Open in Web Editor NEW
14.0 14.0 4.0 2.78 MB

This rich text editor is written in TypeScript and uses React Hooks structure. This component uses the HTML ContentEditable div feature and React communicate and send data to native JavaScript via WebView. It has basic text editing options.

License: MIT License

TypeScript 71.25% JavaScript 0.24% HTML 27.91% Shell 0.59%
expo react-native rich-text-editor

expo-rich-text-editor's Introduction

Hey there! I'm Dániel Sipos, a senior software engineer.

There are many good things in the world, one is the science of programming. Which can be used to create applications with a multitude of lines of code, these can make easier the daily work of people. I sit down in front of my computer with this spirit day by day and work to reach this goal. I am one of the lucky people, whose job is one of their hobbies, so my mood does not decrease after many hours of development. This profession is full of challenges, continuous improvement is given and expected, do not get stuck in one technology, need to increase knowledge.

My motto is the following: an application is living, while it is being developed, otherwise, the time will run past it.

Gmail Linkedin Twitter Facebook GitHub

💼 Hobby Apps that I'm currently working on:

expo-rich-text-editor's People

Contributors

dsipos avatar siposdani87 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

expo-rich-text-editor's Issues

Tried adding this to Expo, app doesn't reload

Pasted the example code into it's own file (removed Material icons and Typescript elements), tried importing it into my codebase. The "bundling complete" message looped a few dozen times and the app was unable to reload. The only error message in the debugger was:

Failed to call into JavaScript module method AppRegistry.runApplication(). Module has not been registered as callable. Registered callable JavaScript modules (n = 0): . A frequent cause of the error is that the application entry file path is incorrect. This can also happen when the JS bundle is corrupt or there is an early initialization error when loading React Native.

Editing a text containing images

Hi there,

I am unable to edit text containing images, using your package. All that can is text and nothing for images. What if I want to delete or add more images to the post? How do I do that?

onvalueChange prop is working slow

Hi.

Following is my code in which I'm making the state change when anything is typed within the text editor. There is a delay in changing the state. I also tried consoling the value. where the logged value is delayed.

Could it be a little faster?

const onValueChange = (value: string) => {
    setValid(true);
  };

User mention feature request

I am using your package in our application .
My requirement is to add user mention/ tagging functionality, when user write '@' , a suggestion list should appear of users with their avtar. when user select any of the suggestion from the list, it should write on the editor with the @ symbol.

I saw "@lowkey/react-native-mentions-input" package which meets our requirements, but it has it's own editor, so i can not use this editor, i also try to integrate "@lowkey/react-native-mentions-input" with "expo-rich-text-editor " , but both the packages having different functionalities and due to incompatibility issue , i can not integrate both package.

Is there any way to use "@lowkey/react-native-mentions-input" package functionality into your editor , or can you add these features into your package?

Cannot add package with yarn

I'm trying to add the package via expo install @siposdani87/expo-rich-text-editor and it runs yarn add @siposdani87/expo-rich-text-editor but it throws the following error:

error An unexpected error occurred: "expected hoisted manifest for \"@siposdani87/expo-rich-text-editor#react-native#@react-native-community/cli\"".

Toolbar outside of scroll

Is there an example of how to pull the toolbar outside of any scrolling? I have long documents for editing.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.