-
-
Notifications
You must be signed in to change notification settings - Fork 21
chore: {N} 7 updates #40
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
Conversation
Hello Nathan, let me try to publish a new version ASAP :) |
@jdnichollsc awesome - we should mention in readme that the usage is from:
to:
which gives a nice tree shakeable esm symbol. Would be a breaking change that we should mention. |
But what're the advantages? I mean, can we avoid breaking changes in this case? |
Honestly everything with {N} 7 is moving to symbols like that due to advantages with tree shaking and es2015+ so I would recommend going with it like this. |
Oh ok, I need to modify the other library similar to this to maintain consistency. I'm busy until October 1st, so please wait mate :) |
@jdnichollsc Any progress on this? I need this plugin for my project. :) |
Thank you very much! Looking forward to having this in. |
@aquinn637 I am in the same boat. This is the only plugin preventing us from going to NativeScript 7. |
@jdnichollsc @bmacdonald I made a temporary repository here: https://github.com/aquinn637/aquinn/tree/master/packages/inappbrowser |
There're new features in the next release, we're going to publish that this next weekend. I'm busy as I said before, thanks for your patience :) |
Ok, checking about |
Ok, LGTM! Thanks for your help Nathan! I'm going to update README and add new changes before to publish this, let me confirm you tomorrow :) |
Any updates on the release date for the plugin? |
Today :) |
Sorry folks, still working in some issues before to publish a new version (hope to finish that during this weekend), in the meantime please use this package
|
Is there an update on this plugin? |
I'm planning to move these changes for this lib today, we're testing the changes :) proyecto26/react-native-inappbrowser#195 |
This is a critical plugin for us and is actually prevent us from porting to NativeScript 7. We have a large enterprise grade application which requires this for SSO. I see you have published react-native-inappbrowser. However, is there a timeline to get the nativescript inappbrowser updated? We have a small window to upgrade the framework due to the nature of enterprise developement. We can't use @aquinn637 repo as it just throws can't resolve module errors. |
I'm moving these fixes before to publish a new release, during the week is complicated for me (Because I'm not working with NativeScript, it's really just a hobby without sponsors), I'm trying to do that for this weekend :) |
@jdnichollsc Thank you so much for this plugin. I'm in the same boat as @bmacdonald. You'll let us know when v3 is ready? |
Hello folks, please help me to validate the next release here: #46 @NathanWalker I'm getting this error when I try to run the demo project:
What do you think? |
@jdnichollsc tried your demo and it works fine here. |
@jdnichollsc The demo for iOS and Android ran successfully. I also published it to a private self-hosted npm repository to verify the import. Thank you for the work you put in to this plugin! We do appreciate it. |
ohh do you know if we need to update nativescript cli? also CI iOS builds are failing 🤔 |
I would. Everything I tested under is using NS CLI 7.0.11. |
We can continue the discussion here #46, thanks a lot for your help! <3 |
Check the new version, thanks for your amazing help guys! ❤️ |
And you'll be all set.
Went ahead and bumped major version to 3.0.0 👍 - thank you for this plugin.
closes #39