Using web-first files #71
Closed
Arjan-Zuidema
started this conversation in
General
Replies: 2 comments 1 reply
|
Hey @Arjan-Zuidema I don't think there will be any downsides (I didn't know Do you want to submit a PR? I would be happy to review and prepare a new release 😊 |
1 reply
|
Closing as this lib is web-first now 🤞 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi!
This packages looks great! But we run into a problem using this in a Solito project. We are using Next.js for our web version of the app. But since this package uses index.web.ts files this does not work. See Solito under the hood for more info about web-first files.
What would be the downside of renaming
index.web.tstoindex.tsandindex.tstoindex.native.ts?If you could change this without any problems, we can use this package without any workaround!
All reactions