NativeScript / nativescript-plugin-seed

Get started building NativeScript plugins quickly.
Apache License 2.0
102 stars 54 forks source link

Nativescript 7 #179

Open keithgulbro opened 4 years ago

keithgulbro commented 4 years ago

Hi there,

I was attempting to craft a new Nativescript 7 plugin using this plugin seed. However, the upgrade guide supplied here to no avail.

Despite the instructions & upgrading my global Nativescript CLI to Nativescript 7, I couldn't even get the demo to work with the sample code & modifying items per the guide linked above.

The author (TSC) claimed that there would be an update released within 2 weeks of the articles release on August 31, 2020. Is there any update on the status of this? I know there are a lot of developers eager to begin Nativescript 7 development but are concerned because many plugins only support Nativescript <= 6.

phillip389 commented 4 years ago

https://github.com/phillip389/nativescript-plugin-seed

I upgraded the nativescript-plugin-seed to use Nativescript 7 with a demo

BlueHunter99 commented 4 years ago

@phillip389 would it be much trouble for you to include an angular demo as well?

phillip389 commented 4 years ago

@BlueHunter99 Yes, I will make an Angular demo as well.

@dahjelle, I just pulled and ran npm run postclone and it works. Only error I received was Path already exists and is not empty /Users/phillipviau/projects/phillip389/nativescript-plugin-seed-master/demo

jcassidyav commented 4 years ago

This appears to be the new NS7 plugin seed https://github.com/NativeScript/plugin-seed

phillip389 commented 4 years ago

This appears to be the new NS7 plugin seed https://github.com/NativeScript/plugin-seed

øk Sorry for the delay, had to understand the new structure. The branch has been updated with working demos in both. This is using the plugin seed @jcassidyav mentioned

@BlueHunter99 Yes, I will make an Angular demo as well.

@dahjelle, I just pulled and ran npm run postclone and it works. Only error I received was Path already exists and is not empty /Users/phillipviau/projects/phillip389/nativescript-plugin-seed-master/demo

jdnichollsc commented 4 years ago

Can you update issue_template.md from .github folder?