Dev & Tech Notes
San Diego | Los Angeles | Big Bear | USA
Terms & Conditions ©2005-2024 TJohns.co
Terms & Conditions ©2005-2024 TJohns.co
Articles in this Category
Top Left Text cha
Web & App Development
- Details
- Written by Timothy Johns
- Category: Vue Native
- Hits: 847
Something went wrong... regularly (have to clear storage on expo, re-sign in)
Warning: ImageStore is deprecated and will be removed in a future release. (with every build... very irritating when debugging)
The following APIs have moved to separate packages and importing them from the "expo" package is deprecated: Location, Permissions. (they specifically show you how to incorrectly use these APIs in the documentation)
Overall, I was very pleased with the documentation on Vuejs.org. Very much not the case with Vue-Native. Worst documentation every. Inconsistent. Inaccurate. Vague. It's obvious that the writers of the Vue-Native docs are not very familiar with Vue basic syntax (putting semicolons everywhere, etc).
Error reporting is horrible... either not related to the actual error or doesn't show an error (for example, when you forget 'this' before a variable in a function which is defined in the data object).
Comment (0)
Hits: 847