logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

安装完react-native-orientation项目无法与行

react-native-orientation是一个可以使屏幕横过的库,但是在安装之后报错:提示我们 node_modules/react-native-orientation/android/build.gradle' line: 19 ,这个路径的第19行提示有过时的api。

文章图片
#react native#react.js#javascript
图标使用react-native-vector-icons

本文介绍了如何在React Native应用中集成可定制的矢量图标库react-native-vector-icons。该库包含多种图标集(如Material Icons、Font Awesome等),可用于装饰按钮、导航栏等UI元素。安装方法包括:通过npm安装依赖包;在Android项目中配置字体文件和gradle设置;在iOS项目中执行pod install并配置Info.plist。最后展

文章图片
#react native
pod insatll 出现 CDN: trunk Repo update failed

1.Podfile 文件顶部添加:source 'https://github.com/CocoaPods/Specs.git',2.移除trunk:终端下执行 pod repo remove trunk。3重新 pod install。

文章图片
#github#git
Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.

您遇到的错误消息表明您的项目正在使用已弃用的 Gradle 功能,这些功能与 Gradle 8.0 不兼容。当使用尚未更新以支持最新 Gradle 版本的旧库或插件时,这是一个常见问题。

文章图片
#android#android-studio
[]: “getActivePinia()“ was called but there was no active Pinia. Did you forget to install pinia?

初学vue时遇到的一个问题,当我们使用pinia时明明代码都正确,但是就会报这个错,卸载重安都不行,原因很简单。

文章图片
#前端#javascript#vue.js
element-plus 自定义主题色非非非常简单!

【代码】element-plus 自定义主题色非非非常简单!

文章图片
#前端#javascript#html
react- native屏幕适配方案

【代码】react- native屏幕适配方案。

文章图片
#react.js#react native#javascript
到底了