bluesky-social / react-native-uitextview

A UITextView implementation for React Native that allows for full text highlighting/selection, native translations, etc.
MIT License
242 stars 14 forks source link

New architecture support #13

Closed haileyok closed 1 month ago

MicroDroid commented 2 months ago

Is this usable by now? I want to copy off some of this library's code to another library

haileyok commented 1 month ago

@MicroDroid Sorry, just now seeing this. The example is mostly working, but my intention is to wrap this work this week. I can ping you again when I get it wrapped.

MicroDroid commented 1 month ago

No worries :) Yeah I'd appreciate a ping 👍

haileyok commented 1 month ago

@MicroDroid Hey, I merged this work in. It's not super tested yet, though everything appears to be working in the example app...going to work on getting it moved into our app at some point here this week and will start working out kinks at that point. If you're just trying to take some stuff out of here for your own use, should be good to go.

MicroDroid commented 1 month ago

wow that was fast, I'll try it out and let you know if something is broken (cause I tried this before the recent changes, and something was)👍

thanks either way :)