-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Let's see what this does #199
base: master
Are you sure you want to change the base?
Conversation
dependencies
updated readme with code that worked with latest react and typescript
This start with ESLint. Other tools such as Prettier to follow.
This adds @metro-react-native-babel-preset and a Babel RC file.
set up npm publish GitHub Action
Updated some of the links / installation instructions
remove extra file extension
In iOS 15 Courier was removed for Courier New font.
…script and javascript not sure how that ended up here, but it breaks the library
Sorry, I had muted all of the github stuff and had no idea how many downloads this repo was getting. I reached out to @willmac who had an open pull request before I went and blitzed all the issues away and found yours with the new repo, who is now a contributor on here and can have all the access so it does not get stagnant again. He also has my email so can pester me elsewhere. I don't know what your plans are or what you would like to do? I am OK adding you as contributors here for sure! |
#158 for ref |
@iamacup I think in general it would be nice not to have another fork of a fork that only a handful of people use. Though we would need to see what we already did in the other repository and if everything is feature-compatible (not sure any more if we simplified a few things at the cost of features we didn't use 🤔) |
@willmac do you mind taking a look to see what might have happened and we can discuss next steps on this pull requests once you have investigated? |
@iamacup great you're back. Most features we so far did was for bugfixing / typing, better accessibility for e.g. screen readers and a start to make it work with themed components like offered by react-native-elements. So a merge should be doable without too much effort. |
Do we have a plan to merge all of these changes in and consolidate the forks? The current version of this repo has an advisory against it (GHSA-6vfc-qv3f-vr6c) that folks are going to pull in. |
Just upgrade and problem solved, or am I missing something? |
@orangecms We could upgrade and patch it to override manually, but it's a major and that would not satisfy semver directly in a lockfile patch...it's always better for the package that pulls in the dependency to upgrade past it so that all clients get the patch "for free" without having to patch it for all consumers. |
Huh, it's a direct dependency and the upgrade is to a version that had been around for a year, or am I misreading it? |
We also need to adjust the git action. |
That would be @iamacup ^ - I'm just hopping in here to keep things moving.. |
Is there any plan to merge this in or any decision on if this repo is going away in favor of @RonRadtke 's as it's properly maintained? A few people are waiting on the security update of markdown-it that's 2/3 major's ahead. |
@iamacup Are you planning on maintaining this library or should we go forward with deprecating this one and once again go to a new fork for all users for security updates? |
@iamacup please answer here. Otherwise we should switch to my repo and get a note posted here. |
@iamacup Hello? |
Hi have the feeling that's kinda pointless here :( |
Update font: Courier -> Courier New
Update README links/installation/typos
No description provided.